Skip to content

JensPfeifle/adventofcode-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

... in python and/or rust.

To run a solution, cd into its directory and invoke the program with Cargo / python3:

$ cd day01
$ cargo run --release

or

$ cd day01
$ python3 1.py