diff --git a/aoc2018.nim b/aoc2018.nim index be07dc6..e47d228 100644 --- a/aoc2018.nim +++ b/aoc2018.nim @@ -1,2 +1,4 @@ -let test = "Hello, World" -echo test +import tools/aoc + +var test: AOCDay = initAOCDay(1) +echo test.getInput() diff --git a/inputs/input01 b/inputs/input01 new file mode 100644 index 0000000..313a0fc --- /dev/null +++ b/inputs/input01 @@ -0,0 +1,3 @@ +blablabla +foofoofoo +ajbfskdfjb