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