Skip to content

sunjay/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2020

https://adventofcode.com/2020/

To run the solutions, run:

$ cargo run day1a
$ cargo run day1b
$ cargo run day2a
# ...and so on...

Most solutions (optionally) take an input file as the first command line argument. Some also take additional parameters which can be found by passing the --help flag.

Releases

No releases published

Packages

No packages published

Languages