Add 'rs/heyo.rs'

This commit is contained in:
Sarimoko 2021-07-08 05:28:11 +00:00
parent 6e68722773
commit bcf42b2b60
1 changed files with 4 additions and 0 deletions

4
rs/heyo.rs Normal file
View File

@ -0,0 +1,4 @@
fn main() {
println!("Heyo! Hello world...");
}