This commit is contained in:
yunwei37
2024-01-26 03:35:06 +00:00
parent b4ec5a2c1d
commit e12799a638
71 changed files with 1591 additions and 52 deletions

View File

@@ -0,0 +1,8 @@
pub fn hello() -> i32 {
println!("Hello, world!");
0
}
fn main() {
hello();
}