Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tisba/adventofcode


https://github.com/tisba/adventofcode

advent-of-code golang

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code

Each day has its own directory with a full golang project.

To run code for a day, cd into that day and run

```terminal
go run main.go
```

To execute tests and benchmarks:

```terminal
go test -v --bench . --benchmem --cover
```