3 lines
89 B
Forth
3 lines
89 B
Forth
|
module HelloWorld
|
||
|
|
||
|
let hello: string = failwith "You need to implement this function."
|