This commit is contained in:
2026-02-08 16:34:55 +01:00
commit ced43b76bf
4 changed files with 45 additions and 0 deletions

4
src/main.rs Normal file
View File

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