Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

        

## Advent of Code

Solutions to [Advent of Code 2021](https://adventofcode.com/2021) using the tip of Go and finding interesting ways to abuse generics

To run the solutions install [gotip](https://pkg.go.dev/golang.org/dl/gotip) and use it instead of `go` e.g.

```
gotip run day01/main.go
```