This commit is contained in:
2023-02-21 10:01:26 +01:00
parent e90e4ba405
commit e7089905f0
2 changed files with 9 additions and 0 deletions

View File

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