Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 656 Bytes

README-TPL.md

File metadata and controls

29 lines (18 loc) · 656 Bytes

AOC {{ year }} Rust

Commands

Commands are available via Taskfile

To see all available commands run:

task --list

To see help information for a specific command run:

task {command} --summary

Setup

Set the browser BROWSER variable in the Taskfile.

Login to https://adventofcode.com so a cookie is set in your browser. The cookie is used to download your input.

For running the various task commands, you will need: