exercism/fsharp/bob/Bob.fs

3 lines
101 B
Forth

module Bob
let response (input: string): string = failwith "You need to implement this function."