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
1 changed files with 3 additions and 0 deletions

3
gongor.rs Normal file
View File

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