Rust goop
This commit is contained in:
2
rustbyexample/.gitignore
vendored
2
rustbyexample/.gitignore
vendored
@@ -1 +1 @@
|
|||||||
target/
|
/hello/hello
|
||||||
|
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