Skip to content

odnoletkov/advent-of-code-jq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Demo of solving using vim-jqplay

asciicast