this is a test #1

Merged
statzitz merged 1 commit from test into main 2024-03-25 01:10:37 +01:00

View file

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