Initial commit

This commit is contained in:
2025-03-17 18:23:33 +01:00
commit 0614b23d59
7 changed files with 130 additions and 0 deletions

View File

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