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

Commit

Permalink
Update HelloWorld.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-kwong authored Oct 4, 2018
1 parent d5a018b commit 2a566fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions F/HelloWorld.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let f ()=
printfn "Hello World"
open System

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

0 comments on commit 2a566fd

Please sign in to comment.