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