Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 273 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 273 Bytes

Advent of Code

  • Golang solutions (2022, 2023)
  • Edit main.go to run the solution for a particular year and day.
  • Programs read input from standard input and write to standard output.
  • You will need to provide your own AoC test data.