exercism/fsharp/bob/Bob.fs

3 lines
101 B
Forth
Raw Normal View History

2018-03-02 22:27:55 +00:00
module Bob
let response (input: string): string = failwith "You need to implement this function."