demos: hello, concat

This commit is contained in:
xushiwei
2024-05-06 22:31:33 +08:00
parent c373a5b505
commit e6d06cc278
5 changed files with 64 additions and 2 deletions

View File

@@ -15,3 +15,11 @@ func main() {
c.Printf(c.Str("%d\n"), v)
}
}
/* Expected output:
2
7
8
23
100
*/