this is a test

This commit is contained in:
primardj 2024-03-25 00:08:43 +00:00
parent eb5b95e82d
commit 578295c283

View file

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