Files
learning-Rust/helloWorld/main.rs
2024-11-20 14:38:54 -06:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}