advent_of_code/src/main.rs

9 lines
146 B
Rust
Raw Normal View History

2020-12-02 06:15:53 +01:00
fn main() {
//let filename = env::args().nth(1).expect("input filename required");
advent_of_code::aoc_01_01("./inputs/01-01.txt");
}