Don't print arguments in F# console app

This commit is contained in:
cartermp 2016-07-07 14:00:42 -07:00 committed by Sridhar Periyasamy
parent 0c10baa40d
commit 5d8aedebf3

View file

@ -5,5 +5,4 @@ open System
[<EntryPoint>]
let main argv =
printfn "Hello World!"
printfn "%A" argv
0 // return an integer exit code