Skip to content

Releases: Tyflomate/advent_of_code_generator

V1.1.0

06 Dec 08:47
Compare
Choose a tag to compare

What's Changed

  • refacto: alias for generate and add chomp in input template by @Tyflomate in #1
  • feat: add solve command by @Tyflomate in #3

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.1

03 Dec 17:52
Compare
Choose a tag to compare

Fix: Solution file name now is 'dayX.rb' instead of 'X.rb'
Fix: Correctly put a 0 in case the day is under 10 in file names
Fix: Correctly invoke GenerateDay Group with arguments to fix input upload

First version of AoC commands

03 Dec 17:22
Compare
Choose a tag to compare

Feat: generate input and solution file in directory DAY