Skip to content

Commit 6880038

Browse files
committed
commented out sample entry point
1 parent 7614a9f commit 6880038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestConsole/ProgramExtraInputs.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let app (ctx: System.CommandLine.Invocation.InvocationContext) =
3131
|> printfn "Result: %s"
3232
0
3333

34-
[<EntryPoint>]
34+
//[<EntryPoint>]
3535
let main argv =
3636
let ctx = Input.Context()
3737

0 commit comments

Comments
 (0)