From 5d8aedebf3962267366f946d4ea556a2233a5260 Mon Sep 17 00:00:00 2001 From: cartermp Date: Thu, 7 Jul 2016 14:00:42 -0700 Subject: [PATCH] Don't print arguments in F# console app --- src/dotnet/commands/dotnet-new/FSharp_Console/Program.fs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dotnet/commands/dotnet-new/FSharp_Console/Program.fs b/src/dotnet/commands/dotnet-new/FSharp_Console/Program.fs index 7687e612f..d5fd26e80 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Console/Program.fs +++ b/src/dotnet/commands/dotnet-new/FSharp_Console/Program.fs @@ -5,5 +5,4 @@ open System [] let main argv = printfn "Hello World!" - printfn "%A" argv 0 // return an integer exit code