Create a hello world program
This commit is contained in:
parent
ee6bd5e0be
commit
aa6f71d657
BIN
hello_world/main
Executable file
BIN
hello_world/main
Executable file
Binary file not shown.
3
hello_world/main.rs
Normal file
3
hello_world/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
Loading…
Reference in a new issue