/advent-of-code

my solutions to the advent of code programming puzzles

Primary LanguageRust

just learning some rust with http://adventofcode.com

  • make <year>/<day>.out to run that particular day, building first if necessary
  • make -j$(nproc) to build all things