Skip to content

mrwilson/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2023

Run all tests

My second attempt at AoC using jq.

How does this all work?

Each day's puzzles live under the corresponding numeric directory NN/

Each directory will have:

  • day_NN.jq (the solution)
  • day_NN_test.jq (the tests)
  • input.txt (puzzle input from the AoC site)

Tests are executed using jqunit with matchers provided in assert.jq

About

Solving AoC 2023, using JQ, one problem at a time

Topics

Resources

Stars

Watchers

Forks