Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/varbrad/advent-of-code-2021
- Owner: varbrad
- Created: 2021-11-24T10:00:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T10:38:54.000Z (about 3 years ago)
- Last Synced: 2024-06-20T00:37:05.062Z (6 months ago)
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ./...
```