learning go with https://adventofcode.com
how to
- put the input in a
data.txtfile on each module, e.g.day01/data.txt - change the func call in
main.go - run
go run .in terminal
learning go with https://adventofcode.com
how to
data.txt file on each module, e.g. day01/data.txtmain.gogo run . in terminal