Signed-off-by: YdrMaster <ydrml@hotmail.com>
This commit is contained in:
YdrMaster
2022-10-20 12:26:45 +08:00
parent 2e197b6ad0
commit 5601a24e60

View File

@@ -233,7 +233,7 @@ Rust 的 core 库内建了以一系列帮助实现显示字符的基本 Trait
#[no_mangle]
extern "C" fn _start() {
print!("Hello, "");
print!("Hello, ");
println!("world!");
sys_exit(9);
}