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

https://github.com/bmayfi3ld/advent-of-code

My personal adventofcode.com solutions using Go
https://github.com/bmayfi3ld/advent-of-code

advent-of-code advent-of-code-2024 advent-of-code-2024-go advent-of-code-2024-golang

Last synced: 9 months ago
JSON representation

My personal adventofcode.com solutions using Go

Awesome Lists containing this project

README

          

## Advent of Code

install mage

```
brew install mage
```

run each target using mage

eg:

```
mage -d twenty_twenty_four fivea
```