Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 315 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 315 Bytes

Advent of Code

This repository contains all my attempts to solve the Advent of Code.

I usually use this opportunity to learn myself more about Rust.

How to use it

Rust

Install Cargo and simply run cargo run --bin dayX < data/dayX.in

Python

Run `python dayX.py < data/dayX.py