day_10: init

This commit is contained in:
2024-12-13 09:29:46 +01:00
parent 2312f2a549
commit d25a2cfa99
5 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
use super::*;
pub fn hoof_it(input: &str) -> usize {
0
}