exercism/fsharp/hello-world/HelloWorld.fs

3 lines
57 B
Forth

module HelloWorld
let hello: string = "Hello, World!"