Advent of code solutions, probably mostly in C++, but maybe in Rust in the (near) future.
Feel free to create a new issue if you have any questions!
Added to Bogdanp/awesome-advent-of-code#C++ (Solutions to AoC in C++)
Example use of the template (in a Bash shell)
$ cd adventofcode/problems/
$ ./newday.sh day24 # Add "&& code day24" if you also want to open it in Visual Studio Code
$
$ cd day24
$ make
$ ./day24 < 1.IN
$ ./day24_2 < 2.IN