Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 421 Bytes

My solutions for Advent of Code 2023 in go.

The solution and input data (i.e. my custom input data) for day XX is contained in the subdirectory dayXX. To run the solution for day XX, just type

make XX

This requires a standard Unix system with a default go installation (e.g. Ubuntu 22.10 with the go snap package, or MacOS with the go brew package).