christianberg / advent

Solving the Advent of Code puzzles in `jq`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Solving the Advent of Code puzzles in `jq`


Languages

Language:jq 100.0%