initial commit

This commit is contained in:
Thibaud Dauce
2026-02-18 09:18:57 +01:00
commit 5c84fb182e
4 changed files with 17 additions and 0 deletions

3
src/main.rs Normal file
View File

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