Rust goop
This commit is contained in:
4
rustbyexample/hello/hello.rs
Normal file
4
rustbyexample/hello/hello.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
fn main() {
|
||||
println!("Hello World!");
|
||||
println!("I'm a Rustacean!");
|
||||
}
|
Reference in New Issue
Block a user