fn main() { //let filename = env::args().nth(1).expect("input filename required"); advent_of_code::aoc_01_01("./inputs/01-01.txt"); }