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
- Host: GitHub
- URL: https://github.com/bmayfi3ld/advent-of-code
- Owner: bmayfi3ld
- Created: 2024-12-02T22:24:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T14:30:55.000Z (12 months ago)
- Last Synced: 2024-12-30T15:29:35.246Z (12 months ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-go, advent-of-code-2024-golang
- Language: Go
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```