Added base files

This commit is contained in:
2022-08-09 13:23:30 +02:00
commit 94f814dd11
9 changed files with 67 additions and 0 deletions

View File

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