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

https://github.com/colevoss/advent-of-code-2023


https://github.com/colevoss/advent-of-code-2023

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cole's Advent of Code 2023

Done in Go

## Run

```sh
make run day=
```

## Generate Boilerplate for day

Gerenate directory with go files, input file in `input/`.

```sh
make gen day=
```