Skip to content

klandergren/aoc2021

Repository files navigation

Advent of Code 2021

Solutions to 2021’s Advent of Code

Quick Start

show help:

$ go run hohoho.go -h

run day 1, part 1:

$ go run hohoho.go -day 1 -part 1 -inputFilePath input-data/day01.txt

run day 1, both parts:

$ go run hohoho.go -day 1 -inputFilePath input-data/day01.txt

Testing

run all tests:

$ go test ./...

run all tests verbosely:

$ go test -test.v ./...

About

Solutions to 2021’s Advent of Code

Resources

Stars

Watchers

Forks

Languages