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

https://github.com/flopp/aoc2022

Go solutions for Advent of Code 2022 (aoc2022)
https://github.com/flopp/aoc2022

aoc aoc2022 go golang

Last synced: 11 months ago
JSON representation

Go solutions for Advent of Code 2022 (aoc2022)

Awesome Lists containing this project

README

          

My solutions for [Advent of Code 2022](https://adventofcode.com/2022) in [go](https://go.dev/).

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 Unix system with a default go installation (e.g. Ubuntu 22.10 with the `go` snap package, or MacOS with the `go` brew package).