I am aiming to learn idiomatic Go while solving the https://adventofcode.com problems.
- Install golang latest (https://github.com/golang/go/wiki/Ubuntu)
export GOPATH=$(pwd)
go run main.go
./test_all.sh
I am aiming to learn idiomatic Go while solving the https://adventofcode.com problems.
export GOPATH=$(pwd)
go run main.go
./test_all.sh