diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-12-06 21:04:28 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-12-06 21:33:16 +0100 |
commit | f754fb2b193bfd17a7af51fae32f0805a1f16d0b (patch) | |
tree | 21c72600fe749e882882759341582cc182467a7d /src |
Add day1
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..f328e4d --- /dev/null +++ b/src/main.rs @@ -0,0 +1 @@ +fn main() {} |