Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 5d8aede

Browse files
cartermpSridhar-MS
authored andcommitted
Don't print arguments in F# console app
1 parent 0c10baa commit 5d8aede

File tree

1 file changed

+0
-1
lines changed
  • src/dotnet/commands/dotnet-new/FSharp_Console

1 file changed

+0
-1
lines changed

src/dotnet/commands/dotnet-new/FSharp_Console/Program.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ open System
55
[<EntryPoint>]
66
let main argv =
77
printfn "Hello World!"
8-
printfn "%A" argv
98
0 // return an integer exit code

0 commit comments

Comments
 (0)