My solutions for some of the puzzles written in C for the Advent of Code 2024.
All days solutions can be run in a bash terminal passing the input text by the standard input to the binary file. So the steps to run it are:
- Compile with your favourite compiler
- Put the input in a txt file
- Pass the input file by the standard input to the binary file:
cat input_file.txt | ./binary_file