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)
- Host: GitHub
- URL: https://github.com/flopp/aoc2022
- Owner: flopp
- License: mit
- Created: 2022-12-04T11:27:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T22:05:43.000Z (over 2 years ago)
- Last Synced: 2025-07-02T12:48:09.322Z (11 months ago)
- Topics: aoc, aoc2022, go, golang
- Language: Go
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).