first version of aoc helper

This commit is contained in:
2022-12-02 18:57:54 +01:00
commit cee9087661
11 changed files with 152 additions and 0 deletions

11
readme.md Normal file
View File

@@ -0,0 +1,11 @@
## Helper for solving Advent of Code days
run `ruby app/main.rb`
name the day
first input is the example input
second input is the examples result
this will generate everything needed to start coding the day
tbd part2