exercism/fsharp/hello-world/HelloWorld.fs

3 lines
89 B
Forth
Raw Normal View History

2018-08-14 22:28:48 +00:00
module HelloWorld
let hello: string = failwith "You need to implement this function."