https://github.com/scottames/adventofcode
Advent of code solutions - just a bit of fun all in the hopes to have fun, explore & improve
https://github.com/scottames/adventofcode
adventofcode aoc
Last synced: about 1 month ago
JSON representation
Advent of code solutions - just a bit of fun all in the hopes to have fun, explore & improve
- Host: GitHub
- URL: https://github.com/scottames/adventofcode
- Owner: scottames
- Created: 2020-11-15T00:44:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T02:01:25.000Z (over 4 years ago)
- Last Synced: 2025-01-13T11:51:04.422Z (over 1 year ago)
- Topics: adventofcode, aoc
- Language: Go
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
@scottames' [advent of code](https://adventofcode.com/) solutions - just a bit of fun all in the hopes to have fun, explore & improve
## Usage
### Golang
```shell
mage go:run
```
### Alternatively
```shell
mage -l
```
## Requirements
1. [Go](https://golang.org/)
1. [Mage](https://magefile.org/)
1. [Rust](https://www.rust-lang.org/)
## Resources
- Other AOC solutions
- [j4rv](https://github.com/j4rv/advent-of-code-2020/)