Skip to content

DaTa-/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

My solutions for the well known programming event Advent of Code.

Folder /src/bin contains individual solution for each part of a day, some parts are merged into single file, /input contains every puzzle input, except for days with small input, which is directly hardcoded into a source code.

You can run any solution with cargo run, for example:

cargo run --release --bin day1_part1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages