run a compiled executable called ./main

This commit is contained in:
Xavier Brinon
2024-02-09 22:57:04 +00:00
parent c0f5a1d89c
commit 620c666f3d
3 changed files with 43 additions and 3 deletions

BIN
Projects/01_HelloWorld/main Executable file

Binary file not shown.

View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, World!");
}