Don't print arguments in F# console app

This commit is contained in:
cartermp 2016-07-07 14:00:42 -07:00
parent 51e7ab465b
commit fd1da95522

View file

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