Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/varbrad/advent-of-code-2021

My Advent of Code 2021 solutions. Written in Golang.
https://github.com/varbrad/advent-of-code-2021

Last synced: about 1 month ago
JSON representation

My Advent of Code 2021 solutions. Written in Golang.

Awesome Lists containing this project

README

        

# 🎅 Advent of Code 2021

My [Advent of Code 2021](https://adventofcode.com/2021/) solutions, written in Go!

## Setup

You will need Go 1.17 or greater installed.

```bash
git clone [email protected]:varbrad/advent-of-code-2021.git
cd advent-of-code-2021
go mod download
go run ./dayX
```

## Tests

```bash
go test ./...
```