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

5 lines
75 B
Rust
Raw Normal View History

2020-12-14 21:09:15 +00:00
const INPUT: &str = include_str!("../../data/day14/input");
fn main() {
}