finished chapter 2

This commit is contained in:
Jasper Ras 2025-08-03 20:42:22 +02:00
parent a93662ab21
commit b442b90c02
9 changed files with 196 additions and 0 deletions

BIN
ch01-02-hello-world/main Executable file

Binary file not shown.

View file

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