Cradicle Explorer
Basics_of_Rust
Info
Issues
Patches
Wallets
Source
Source
functions
hello_world
images
src
Cargo.lock
Cargo.toml
README.md
loops
variable
.gitignore
README.md
/
hello_world
/ Cargo.toml
Cargo.toml
1
[package]
2
name = "hello_world"
3
version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]