Initial commit

This commit is contained in:
Leo Drachenfeuer 2022-12-05 16:10:34 +01:00
commit 038f6841b3
Signed by: dragonleo
GPG key ID: A8338FC081137CF0
15 changed files with 5750 additions and 0 deletions

3
src/cli/commands/mod.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod day001;
pub mod day002;
pub mod day003;