mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-25 12:27:14 -06:00
HelloWorld
main
main.rs
guessing_game
hello_cargo
.gitignore
data_types.md
4 lines
45 B
Rust
4 lines
45 B
Rust
fn main() {
|
|
println!("Hello, world!");
|
|
}
|