This commit is contained in:
Jáchym Toušek
2018-09-07 09:17:36 +02:00
parent e1c438d6d7
commit f2fd58beb4
3 changed files with 11 additions and 0 deletions

3
src/main.rs Normal file
View File

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