5 lines
105 B
Text
5 lines
105 B
Text
|
let test =
|
||
|
match (K (K ("OK"))) {
|
||
|
| _ ->
|
||
|
print_string ("This test is too easy.\n")
|
||
|
}
|