Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpym/aoc-2022-go
Short golang solutions to Advent of Code 2022
https://github.com/kpym/aoc-2022-go
2022 advent-of-code advent-of-code-2022 adventofcode adventofcode2022 aoc aoc-2022 aoc2022 go golang
Last synced: about 2 months ago
JSON representation
Short golang solutions to Advent of Code 2022
- Host: GitHub
- URL: https://github.com/kpym/aoc-2022-go
- Owner: kpym
- Created: 2022-12-10T06:16:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T08:25:17.000Z (about 2 years ago)
- Last Synced: 2024-06-19T23:07:37.883Z (8 months ago)
- Topics: 2022, advent-of-code, advent-of-code-2022, adventofcode, adventofcode2022, aoc, aoc-2022, aoc2022, go, golang
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc-2022-go
I started to publish my solutions on day 10. I'll try to keep up with the daily challenges and fill in the gaps (one day).
These are not my first solutions, which are ugly. I publish here only some short solutions. These short solutions don't take care of error handling and are not ideomatic Go.
## Usage
- Go to the day you want to run
- `go run short[1|2].go [example|input].txt`