aoc2023/src/day22/2.rs

2 lines
95 B
Rust
Raw Normal View History

2023-12-01 05:06:35 +00:00
const INPUTS: [&'static str; 2] = [include_str!("./sample.txt"), include_str!("./input.txt")];