exercism/sml/hello-world/hello-world.sml

2 lines
64 B
Standard ML

fun hello (): string =
raise Fail "'hello' is not implemented"