Rust project structure

This commit is contained in:
Piotr Mikołajczyk
2024-09-26 17:09:34 +02:00
parent 8b85ab81c2
commit 72724432a9
5 changed files with 28 additions and 0 deletions

3
src/main.rs Normal file
View File

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