Advent of Code 2023 Usage This application reads the input from stdin cargo -q run -- dayX < puzzle_input.txt Test The example data from each day is included in the dayX.rs file and can be tested via cargo test or a specific day with cargo test dayX