main.rs hinzugefügt

This commit is contained in:
2026-03-12 10:46:51 +00:00
parent f5282fd178
commit 59161cbebf

3
main.rs Normal file
View File

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