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

https://github.com/unrolled/aoc

Solving Advent of Code with Go
https://github.com/unrolled/aoc

Last synced: about 1 year ago
JSON representation

Solving Advent of Code with Go

Awesome Lists containing this project

README

          

# Advent of Code

## [2023](https://adventofcode.com/2023)
Using golang with only the standard library.

```bash
# Run all
$ make run

# Run single day
$ make run 1
```