feat: hello, world!

This commit is contained in:
2026-06-08 18:44:10 +02:00
parent 5cb0428876
commit a3339f9d34
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}