AdventOfCode/day00/main.rs

4 lines
67 B
Rust
Raw Normal View History

2020-11-06 16:27:11 +01:00
const INPUT: &str = include_str!("./input.txt");
pub fn main() {}