5 lines
125 B
Text
5 lines
125 B
Text
|
let test =
|
||
|
let x = "This test is KO.\n";
|
||
|
let x = "This test is KO.\n";
|
||
|
let x = "This test is OK.\n";
|
||
|
print_string (x)
|