Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 984 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 984 Bytes

advent-of-code

My solutions to the Advents of Code. Probably the best programming challenge can be find here.

Progress2021

Progress2022

Progress2023

.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.