demos: hello, concat
This commit is contained in:
@@ -15,3 +15,11 @@ func main() {
|
||||
c.Printf(c.Str("%d\n"), v)
|
||||
}
|
||||
}
|
||||
|
||||
/* Expected output:
|
||||
2
|
||||
7
|
||||
8
|
||||
23
|
||||
100
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user