Rust goop
This commit is contained in:
parent
d6fb2dd11c
commit
ba73abcc63
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!");
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user