diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-12-05 20:18:52 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-12-05 20:18:52 +0100 |
commit | f725c1af90a4456ce9d4b2143ffb51defa7559ad (patch) | |
tree | a7b9fa7bef2c1d0f50aa11f3ed06216900086517 | |
parent | e18c62168b17557e8106cbca1197af47127330d9 (diff) |
Add day1 on workspace
-rw-r--r-- | 2022/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2022/Cargo.toml b/2022/Cargo.toml new file mode 100644 index 0000000..8cefc09 --- /dev/null +++ b/2022/Cargo.toml @@ -0,0 +1,2 @@ +[workspace] +members = ["day1"] |