https://github.com/andrewstuart/aoc
https://github.com/andrewstuart/aoc
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewstuart/aoc
- Owner: andrewstuart
- License: mit
- Created: 2024-01-19T04:57:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T00:40:52.000Z (over 1 year ago)
- Last Synced: 2025-02-03T06:41:54.418Z (over 1 year ago)
- Language: HTML
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is my repo for aoc.
I'm using [my fork of aocdl](https://github.com/andrewstuart/advent-of-code-downloader) to simplify the creation of
each day's input file and tests. e.g. `mkdir -p 2021/day12 && aocdl -output
../input -force -story-output a.html` plus the necessary config in
~/.aocdlconfig:
```json
{
"session-cookie": "",
"story-out": "story.html",
"test-output": "../test",
"test-template-output": "./main_test.go",
"test-template": "../../test_template.go.tpl",
"template": "../../main_template.go.tpl",
"template-output": "./main.go"
}
```