Add structure for missing days

This commit is contained in:
2022-12-20 14:05:21 +01:00
parent e0900ec2ed
commit 47a7381575
7 changed files with 112 additions and 0 deletions

3
src/day19/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("Not ready");
}