Skip to content

My solutions to the Advents of Code.

License

Notifications You must be signed in to change notification settings

vaclav-dvorak/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My solutions to the Advents of Code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages