- Download jsonPrint.js
- Make it executable (
chmod +x ~/Download/jsonPrint.js
) - Move it into your bin folder (
mv jsonPrint.js /usr/local/bin/
)
curl http://some-random-json-api.com/json/data | jsonPrint
Advent of Code 2021-12-04 submission
Advent of Code 2021 - Day 4 "Giant Squid"
go run bingo.go <input file>
go test -v *.go