/advent-of-code-2023

learning go with https://adventofcode.com

Primary LanguageGo

learning go with https://adventofcode.com

how to

  • put the input in a data.txt file on each module, e.g. day01/data.txt
  • change the func call in main.go
  • run go run . in terminal