Skip to content

xxyzz/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Run code with test input

$ cd 2022
$ cargo test --bin day1
$ python3 -m unittest day1.py

Run code with puzzle input

$ cd 2022
$ cargo run --bin day1
$ python3 day1.py

License

This work is licensed under GPL version 3 or later.