mitchthorson / aoc-2022

Advent of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

This is my attempt at the 2022 edition of the annual event.

To run a day:

go run main.go <day-number>

To run tests:

make test

Or to run for just one day run:

go test -v ./day-<number>

To build and run:

make clean
make
./aoc <day-number>

About

Advent of Code


Languages

Language:Go 99.9%Language:Makefile 0.1%