| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Solutions to Advent of Code (AOC). Single repo for solutions in
TODO: Migrate solutions scattered in other repos.
This project provides the aoc CLI utility.
To download a specific day's puzzle input (e.g. the first day of 2015):
./aoc get 2015 1This will download the input and save it to ./input/y2015d1.txt.
To download all puzzle inputs:
./aoc get --allThe download is incremental: if a file is already present, it will not be downloaded again.
For full instructions,
./aoc -hTo start working on a puzzle, use
./aoc start [LANG] [YEAR] [DAY]
This downloads the puzzle input if necessary, and creates a template following the conventions of the language subproject.
Supported languages: Python, Rust.
| Back | FazBrowse Home | New Git URL |