https://github.com/flopp/aoc2023
AdventOfCode 2023 (aoc2023) solutions in Go
https://github.com/flopp/aoc2023
aoc aoc2023 aoc2023-in-go go golang
Last synced: about 2 months ago
JSON representation
AdventOfCode 2023 (aoc2023) solutions in Go
- Host: GitHub
- URL: https://github.com/flopp/aoc2023
- Owner: flopp
- Created: 2023-12-01T20:56:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T22:05:53.000Z (about 1 year ago)
- Last Synced: 2025-01-22T12:23:38.695Z (3 months ago)
- Topics: aoc, aoc2023, aoc2023-in-go, go, golang
- Language: Go
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My solutions for [Advent of Code 2023](https://adventofcode.com/2023) 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).