Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 339 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 339 Bytes

Advent of jq

Solving the Advent of Code puzzles in jq.

Generally there are two scripts per day: a.jq is the solution to part 1 of the puzzle, b.jq the solution to part 2. The scripts are executable and read the puzzle input from STDIN:

./a.jq < sample.txt