Add day10 artifacts

This commit is contained in:
Eryn Wells 2022-12-14 17:06:27 -08:00
parent 81ce406018
commit 441e71e4f6
3 changed files with 153 additions and 0 deletions

View file

@ -0,0 +1,6 @@
const INPUT: &'static str = include_str!("../../Data/day10-input.txt");
pub fn main(_filename: &str) -> std::io::Result<()> {
Ok(())
}