Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onesk/aoc2022
- Owner: onesk
- Created: 2022-12-01T22:02:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T23:51:09.000Z (about 2 years ago)
- Last Synced: 2024-06-21T00:09:31.781Z (7 months ago)
- Topics: advent-of-code-2022, golang
- Language: Go
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```