xxyzz / adventofcode

Collect stars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Collect stars

License:GNU General Public License v3.0


Languages

Language:Rust 52.8%Language:Python 47.2%