Compare commits
No commits in common. 'adf256572957c38fba3b359108437aa1b3205bd1' and '4cf318a3608eb3b7a4fb62ead33b859ef9bac86c' have entirely different histories.
adf2565729
...
4cf318a360
5 changed files with 10 additions and 23 deletions
@ -1,12 +0,0 @@ |
||||
## 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