Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nderscore/advent-of-go
Learning golang with the power of holiday-themed puzzles
https://github.com/nderscore/advent-of-go
Last synced: about 1 month ago
JSON representation
Learning golang with the power of holiday-themed puzzles
- Host: GitHub
- URL: https://github.com/nderscore/advent-of-go
- Owner: nderscore
- Created: 2023-12-02T00:04:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-02T07:04:39.000Z (12 months ago)
- Last Synced: 2024-10-09T13:43:06.833Z (about 1 month ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Advent of Code](https://adventofcode.com)
Learning golang with the power of holiday-themed puzzles.
```sh
# run day one part one
go run . -d 1 -p 1
```