dhconnelly/advent-of-code-2022
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# advent-of-code-2022
dependencies:
- g++ with c++20 support
- make
- python3 and sympy (pip install sympy)
usage:
make ./target/day$NUM
./target/day$NUM <path_to_input_file>
to run tests:
./test.sh