Hello world

This commit is contained in:
Maximilian Giller 2024-03-25 00:47:39 +01:00
parent 07a09f9873
commit 6ef3a066a9
3 changed files with 6 additions and 1 deletions

BIN
00-hello_world/main Executable file

Binary file not shown.

3
00-hello_world/main.rs Normal file
View file

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

View file

@ -1,3 +1,5 @@
# rust-introduction
Me learning Rust.
[Interactive Book](https://rust-book.cs.brown.edu/)