with crate

This commit is contained in:
2022-10-25 19:07:37 +02:00
parent d7fbea4380
commit 1be156d911
8 changed files with 53 additions and 5 deletions

3
src/main.rs Normal file
View File

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