Initial commit

This commit is contained in:
2023-05-24 11:37:02 +02:00
commit 1628168a20
4 changed files with 15 additions and 0 deletions

View File

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