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,5 +1,3 @@ |
|||||||
/cmake-build-debug/ |
/cmake-build-debug/ |
||||||
session |
session |
||||||
/input/ |
/input/ |
||||||
/xtensor/ |
|
||||||
/xtl/ |
|
@ -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. |
|
@ -1,7 +1,8 @@ |
|||||||
|
|
||||||
#pragma once |
#pragma once |
||||||
|
|
||||||
#include <vector> |
#include <vector> |
||||||
#include <numeric> |
#include <numeric> |
||||||
#include <string> |
#include <string> |
||||||
#include <tuple> |
#include <tuple> |
||||||
#include <iostream> |
#include <iostream> |
||||||
|
Loading…
Reference in new issue