feat: base file, nothing special yet

This commit is contained in:
2026-05-27 21:09:59 +02:00
parent f333a7492a
commit 8b4adb8f8e
5 changed files with 39 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!"); // Nothing yet!
}