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

2 lines
64 B
Standard ML
Raw Normal View History

2018-08-14 22:28:48 +00:00
fun hello (): string =
raise Fail "'hello' is not implemented"