dom96 / aoc2019

Advent of Code 2019 in Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2019

This repo contains the solutions to the Advent of Code 2019 puzzles written in the Nim programming language.

Testing

nim c -d:test -r <file>

Running

nim c -r <file>

The scripts more often than not will read the equivalent file in inputs.

About

Advent of Code 2019 in Nim


Languages

Language:Nim 100.0%