Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`