5 lines
No EOL
125 B
Text
5 lines
No EOL
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) |