https://github.com/flopp/aoc2021
My solutions for Advent of Code 2021.
https://github.com/flopp/aoc2021
advent-of-code advent-of-code-2021 aoc aoc2021 go golang
Last synced: 11 months ago
JSON representation
My solutions for Advent of Code 2021.
- Host: GitHub
- URL: https://github.com/flopp/aoc2021
- Owner: flopp
- Created: 2021-12-03T09:15:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T22:05:54.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:23:33.464Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2021, aoc, aoc2021, go, golang
- Language: Go
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My solutions for Advent of Code 2021 in go.
The solution and input data (i.e. my custom input data) for day XX is contained in the subdirectory `dayXX`.
To run the solution for day `XX`, just type
```
make XX
```
This requires a standard Linux system with a default go installation (e.g. Ubuntu 21.10 with the `go` snap package).