Initial Commit

This commit is contained in:
2026-04-01 01:28:41 +02:00
parent ac0615d043
commit d062e36171
3 changed files with 9 additions and 6 deletions

3
src/main.rs Normal file
View File

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