Skip to content

ckxng/aoc-2021

Repository files navigation

Go

Advent of Code 2021

This repo contains my solutions to the Advent of Code 2021.

I want to practice more in golang, and this is a fun way to do that.

Testing

The puzzles can be tested in the usual way with go:

go test

The tests are configured with the sample given in the puzzle description.

Solutions

The solutions can be found by running ./solutions/main.go

go run ./solutions/main.go

About

Advent of Code 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages