Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 174 Bytes

File metadata and controls

7 lines (5 loc) · 174 Bytes

AdventOfCode

Solutions to the Advent of code problems

Notes

  • C++17 required for some of the problems
  • For Kotlin files you can run kotlinc -script $PROG.kts < input