Skip to content

kaushalmodi/aoc2019

Repository files navigation

Advent of Code 2019 in Nim

https://github.com/kaushalmodi/aoc2019/actions/workflows/test.yml/badge.svg

Run code for all days

nim days

Run code for all one or more specified days

nim days 1 2

**Note**: The ~hyperfine~ tool needs to be installed to run this task.