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

https://github.com/angristan/advent-of-code-2021

Advent of code 2021
https://github.com/angristan/advent-of-code-2021

Last synced: 7 months ago
JSON representation

Advent of code 2021

Awesome Lists containing this project

README

          

# Advent of Code 2021

Made with Go.

To run day 01:

```sh
go run 01/01.go
```