Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from andrew-kwong/andrew-kwong-patch-1
Browse files Browse the repository at this point in the history
Create HelloWorld.fs
  • Loading branch information
andrew-kwong authored Oct 4, 2018
2 parents 5fc470c + 2a566fd commit a5a2303
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions F/HelloWorld.fs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
open System

[<EntryPoint>]
let main argv =
printfn "Hello World"
Console.ReadLine() |> ignore
0

0 comments on commit a5a2303

Please sign in to comment.