little gem with an executable to create templates of the days
Go to file
Guido Schweizer 65161ec1a0 added part2 impl 2022-12-03 11:47:03 +01:00
exe adding gem file executable 2022-12-02 19:43:27 +01:00
lib added part2 impl 2022-12-03 11:47:03 +01:00
templates adding gem file executable 2022-12-02 19:43:27 +01:00
.ruby-version first version of aoc helper 2022-12-02 18:57:54 +01:00
Gemfile adding gem file executable 2022-12-02 19:43:27 +01:00
Gemfile.lock adding gem file executable 2022-12-02 19:43:27 +01:00
aoc-helper-0.1.0.gem added part2 impl 2022-12-03 11:47:03 +01:00
aoc.gemspec adding gem file executable 2022-12-02 19:43:27 +01:00
license.txt adding gem file executable 2022-12-02 19:43:27 +01:00
readme.md first version of aoc helper 2022-12-02 18:57:54 +01:00

readme.md

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