This commit is contained in:
Raptorox 2026-05-20 16:17:02 +02:00
commit 05ad6afe72
No known key found for this signature in database
GPG key ID: 8B3556FC3ED1F6D8
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!");
}