Project setup

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-16 14:49:35 +01:00
commit 4687c2ce05
6 changed files with 105 additions and 0 deletions

3
src/main.rs Normal file
View file

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