From a4e55ef3c10e2de2fd47e2b8b0042e7db790d937 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 3 Dec 2023 20:20:11 -0300 Subject: Add day 2 :) --- 2023/day-02/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 2023/day-02/Cargo.toml (limited to '2023/day-02/Cargo.toml') diff --git a/2023/day-02/Cargo.toml b/2023/day-02/Cargo.toml new file mode 100644 index 0000000..6f0f217 --- /dev/null +++ b/2023/day-02/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day-02" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3-54-g00ecf