Hello world
This commit is contained in:
parent
07a09f9873
commit
6ef3a066a9
3 changed files with 6 additions and 1 deletions
BIN
00-hello_world/main
Executable file
BIN
00-hello_world/main
Executable file
Binary file not shown.
3
00-hello_world/main.rs
Normal file
3
00-hello_world/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
|
@ -1,3 +1,5 @@
|
||||||
# rust-introduction
|
# rust-introduction
|
||||||
|
|
||||||
Me learning Rust.
|
Me learning Rust.
|
||||||
|
|
||||||
|
[Interactive Book](https://rust-book.cs.brown.edu/)
|
Loading…
Reference in a new issue