Skip to content

itscomputers/advent2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent2019

My ruby solutions to advent of code 2019 (adventofcode.com).

  • lib contains solution files like day04.rb, which inherit from solver.rb.
  • data is a required folder with files like day04.txt, but is not included here.

Usage

  • Run ruby scripts/setup_day.rb 04 to create data file, solver file, and test file for day 4.
  • Run ruby scripts/solve_day.rb 04 to print solutions for day 4.

Development

Run rake test to run the tests.

Contributing

Bug reports and pull requests are welcome.

License

This is open source under the terms of the MIT License.

About

advent of code 2019! (adventofcode.com)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published