initial commit

This commit is contained in:
2021-09-19 23:42:49 +02:00
parent 30374beb88
commit 41bec2ebe5
4 changed files with 27 additions and 1 deletions

3
src/main.rs Normal file
View File

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