# README
advent-of-code
My solutions to the Advents of Code. Probably the best programming challenge can be find here.
.env
Task has a functionality to download puzzle input. To be able to do that one must login to advent of code page and extract his cookie session id. Then set it on .env
file like this:
ADVENT_OF_CODE_COOKIE=53616...foobar...8fea6cc
new solution
New solution should start with command like task new -- 2021 1
. First argument is year
and second day
of challenge. This will create new folder in appropriate folder. Extract template into and download puzzle input.
prove solution
One solution is made execute task test
. All tests should pass.