ThomVett / aoc2021

Go Code for the 2021 Advent of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aoc2021

GO code for Advent of Code 2021

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/aoc2021

Testing

make test

About

Go Code for the 2021 Advent of Code


Languages

Language:Jupyter Notebook 81.5%Language:Go 14.1%Language:Makefile 2.9%Language:Dockerfile 1.2%Language:Python 0.3%