Merge pull request 'this is a test' (#1) from test into main

Reviewed-on: https://gitea.ahur.ac/statzitz/rustit/pulls/1

I accept to merge the test
This commit is contained in:
statzitz 2024-03-25 01:10:37 +01:00
commit 4cd61fafe8

View file

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