Untested Rust

This commit is contained in:
ilsix 2024-04-04 20:19:43 +02:00
parent 42786c423b
commit a0dd547c99

3
rust/helloworld.rs Normal file
View File

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