Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```