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

https://github.com/reshane/aocgo24


https://github.com/reshane/aocgo24

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code 2024
- [advent of code](https://adventofcode.com/2024/)

## Running
From project root:
- create file named `in{day#}` in the `input` directory
- paste problem input in file
- `go run . {day#}`

## Running tests
run `go test ./...` to run all project tests