Hello World in Rust.

Yeah, I'm going to learn Rust today.
This commit is contained in:
Eli Ribble 2023-11-10 15:53:20 -07:00
parent e1e6684196
commit d7b7db3e88

3
gongor.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello World!");
}