prepare repository

This commit is contained in:
2024-12-01 11:47:54 +01:00
commit bc84b7aeae
21 changed files with 1395 additions and 0 deletions

8
Day01/rust/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

1
Day01/rust/src/main.rs Normal file
View File

@@ -0,0 +1 @@
fn main() {}