From 17b33d05ac81565fb46477ade05c5a2810b1fe59 Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Thu, 6 Jan 2022 13:43:26 +0100 Subject: [PATCH] Added README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cbe511 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file