F# Hello World program
Program.fs
printfn "Hello, World!"
Output
codeaft@codeaft:~/fsharp$ dotnet run
Hello, World!
codeaft@codeaft:~$ 
Comments and Reactions