day20 part 1

This commit is contained in:
2022-10-02 13:15:12 +02:00
parent 358e185501
commit 9a34cca688
4 changed files with 153 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
extern crate core;
mod tasks;
fn main() {