start error handling

This commit is contained in:
2026-01-17 09:01:51 +00:00
parent 25da030d2f
commit 6b0ff37562
14 changed files with 46 additions and 0 deletions

3
hello-world/main.rs Normal file
View File

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