Skip to content

TheCad/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

To get this to work be sure to move .env.template to .env and put in your session token.

To find your session token be sure that you are logged in on AoC, open the developer tools on the Application tab and on the right select Cookies.

Usage

Usage: aoc <command> [<args>]

COMMANDS

run   Runs the script of the given year and day
create   Creates the boilerplate for the given year and day
test   Runs the tests of the given year and day

Example

./aoc create 1 2015
./aoc test 1 2015
./aoc run 1 2015

If no year is given your .env file will be checked for a YEAR variable otherwise the current year will get used

About

All the advent of code years.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages