chore: add initial rust code

This commit is contained in:
alivecow 2024-10-17 22:58:18 +02:00
parent 2f7527e803
commit 7909facd47
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

3
src/main.rs Normal file
View file

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