init start modules

This commit is contained in:
artus
2018-12-16 14:44:58 +01:00
parent 064619b18a
commit 20f73d1c1d
8 changed files with 54 additions and 4 deletions

3
src/main.rs Normal file
View File

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