1
0
Fork 0
aoc2020/src/bin/day14.rs

5 lines
75 B
Rust

const INPUT: &str = include_str!("../../data/day14/input");
fn main() {
}