5 lines
91 B
ChaiScript
5 lines
91 B
ChaiScript
//If the following succeeds, the test passes
|
|
|
|
|
|
"Hello World".for_each([](x) { print(x) } )
|