diff options
Diffstat (limited to 'day2/Cargo.toml')
| -rw-r--r-- | day2/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/day2/Cargo.toml b/day2/Cargo.toml new file mode 100644 index 0000000..6c22320 --- /dev/null +++ b/day2/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day2" +version = "0.1.0" +edition = "2024" + +[dependencies] |
