AdventOfCode/day00/main.rs
2024-12-02 12:22:38 +01:00

3 lines
67 B
Rust

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