initial commit

This commit is contained in:
2024-08-14 15:30:24 +05:30
parent 53e635ac89
commit 429ba7ef5e
4 changed files with 21 additions and 0 deletions

6
rust/day1/Cargo.toml Normal file
View File

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