initial commit

This commit is contained in:
DecDuck
2025-12-13 14:04:35 +11:00
commit 1cd607f5b5
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}