aoc

Advent of Code Solutions
git clone git://git.alexkarle.com.com/aoc
Log | Files | Refs | README | LICENSE

README (88B) [raw]


      1 For both languages, pass the file to stdin:
      2 
      3 make -C c
      4 ./c/a < input
      5 
      6 ./py/a.py < input