This commit is contained in:
nora 2023-05-30 15:36:16 +02:00
commit 158ebfb3b4
5 changed files with 117 additions and 0 deletions

12
Cargo.toml Normal file
View file

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