Initial commit

This commit is contained in:
Smaug123
2021-12-01 08:06:33 +00:00
commit f6b1db16ee
5 changed files with 633 additions and 0 deletions

4
Cargo.toml Normal file
View File

@@ -0,0 +1,4 @@
[workspace]
members = [
"day_1",
]