This commit is contained in:
2026-05-18 10:08:03 -06:00
parent 4ef6788029
commit afc68e2a55
32 changed files with 270 additions and 38 deletions
+8
View File
@@ -0,0 +1,8 @@
data $fstr = { b "%s", b 0 }
data $str = { b "안녕하세요", b 0 }
export function w $main () {
@start
call $printf (l $fstr, ..., l $str)
ret 0
}