mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-05-18 19:13:27 +02:00
5d7c500bf69fcd850a1303d89074c17dfc9df443
Scripts
Addition for 2020 event.
| path | usage |
|---|---|
| scripts/fetchers/cmd-inputs | go run scripts/fetches/cmd-inputs/inputs.go -cookie flag for session cookie from AOC website (required to be set via flag OR on ENV) -day flag defaults to today -year flag defaults to current year |
| scripts/fetchers/cmd-prompts | go run scripts/fetches/cmd-prompts/prompts.go same flags as inputs script |
| scripts/template/template.go | go run scripts/template/template.go same -day and -year flags, quickly templates up files for the given day's solutions. Note that functions can be run using go test -run PartX . or via go run main.go -part <1 or 2> |
Description
Languages
Go
79.6%
Python
20%
Makefile
0.4%