stage1 重构测试且成功00-05
This commit is contained in:
8
stage1/test00_basic.spl
Normal file
8
stage1/test00_basic.spl
Normal file
@@ -0,0 +1,8 @@
|
||||
/* ===== 模块1:核心基础 =====
|
||||
* test00_basic — 最小程序 / 返回码
|
||||
* 难度:1/5
|
||||
* 验证点:函数定义、整型返回、ret 语句
|
||||
*/
|
||||
fn main() i32 {
|
||||
ret 0;
|
||||
}
|
||||
Reference in New Issue
Block a user