exercism/fsharp/hello-world/HelloWorld.fs

3 lines
57 B
Forth
Raw Normal View History

2018-03-02 22:27:55 +00:00
module HelloWorld
let hello: string = "Hello, World!"