Awesome
advent-of-code-jq
Solving Advent of Code with jq
Run with input file
$ jq -nRf 2020/01-1.jq your_input.txt
Or fetch input automatically (macOS)
$ make save-session
... paste 'session' cookie from browser
$ make 2020/01-1
Solving Advent of Code with jq
$ jq -nRf 2020/01-1.jq your_input.txt
$ make save-session
... paste 'session' cookie from browser
$ make 2020/01-1