4 lines
No EOL
93 B
Text
4 lines
No EOL
93 B
Text
let test =
|
|
let x = "This test is KO.\n";
|
|
let x = "This test is OK.\n";
|
|
print_string (x) |