Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 24 days ago
JSON representation

My solutions for Advent of Code 2021.

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).