This commit is contained in:
2024-12-03 23:31:21 +01:00
parent fb4cf8e8c0
commit 928218226b
7 changed files with 98 additions and 0 deletions

6
day-01-rust/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "day-01-rust"
version = "0.1.0"
edition = "2021"
[dependencies]