parent
da09d4fbb6
commit
17b33d05ac
1 changed files with 12 additions and 0 deletions
@ -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