aoc2023/src/day17/1.rs

2 lines
95 B
Rust

const INPUTS: [&'static str; 2] = [include_str!("./sample.txt"), include_str!("./input.txt")];