run a compiled executable called ./main
This commit is contained in:
BIN
Projects/01_HelloWorld/main
Executable file
BIN
Projects/01_HelloWorld/main
Executable file
Binary file not shown.
3
Projects/01_HelloWorld/main.rs
Normal file
3
Projects/01_HelloWorld/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, World!");
|
||||
}
|
Reference in New Issue
Block a user