Compare commits
5 Commits
4cf318a360
...
adf2565729
Author | SHA1 | Date |
---|---|---|
Benjamin Kraft | adf2565729 | 3 years ago |
Benjamin Kraft | 873e952780 | 3 years ago |
Benjamin Kraft | 17b33d05ac | 3 years ago |
Benjamin Kraft | da09d4fbb6 | 3 years ago |
Benjamin Kraft | f66dbb64dd | 3 years ago |
5 changed files with 23 additions and 10 deletions
@ -1,3 +1,5 @@ |
|||||||
/cmake-build-debug/ |
/cmake-build-debug/ |
||||||
session |
session |
||||||
/input/ |
/input/ |
||||||
|
/xtensor/ |
||||||
|
/xtl/ |
||||||
|
@ -0,0 +1,12 @@ |
|||||||
|
## Advent Of Code 2022 C++ Solutions |
||||||
|
|
||||||
|
|
||||||
|
#### Build with CMakeLists.txt |
||||||
|
|
||||||
|
#### Run: |
||||||
|
|
||||||
|
Place a file called "session" with your session key cookie from https://adventofcode.com/ inside the Working Directory. |
||||||
|
|
||||||
|
Expects runtime arguments as days, for example: |
||||||
|
|
||||||
|
"5 9 1" executes Days 5, 9, 1 in this order. |
Loading…
Reference in new issue