Tested Rust
This commit is contained in:
parent
a4bdc9cb39
commit
b7afa9bdee
|
@ -1,3 +1,4 @@
|
||||||
|
//compiles and runs successfully
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello World!");
|
println!("Hello World!");
|
||||||
}
|
}
|
3
rust/test.sh
Executable file
3
rust/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
rustc helloworld.rs -o helloworld
|
||||||
|
./helloworld
|
Loading…
Reference in New Issue
Block a user