finished chapter 2
This commit is contained in:
parent
a93662ab21
commit
b442b90c02
9 changed files with 196 additions and 0 deletions
BIN
ch01-02-hello-world/main
Executable file
BIN
ch01-02-hello-world/main
Executable file
Binary file not shown.
3
ch01-02-hello-world/main.rs
Normal file
3
ch01-02-hello-world/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue