Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onesk/aoc2022

Advent Of Code 2022
https://github.com/onesk/aoc2022

advent-of-code-2022 golang

Last synced: 10 days ago
JSON representation

Advent Of Code 2022

Awesome Lists containing this project

README

        

Everyone tells me how awesome Golang is; hard to believe, but can't have an opinion without actually trying.

Disclaimer: I'm learning along the way so things will be _ugly_

Run day _N_ challenge with:

```
go run src/N/main.go
```