aspnetcore/test/testapps/SimpleMvcFSharp/Program.fs

12 lines
234 B
Forth

namespace SimpleMvcFSharp
module Program =
let exitCode = 0
[<EntryPoint>]
let main args =
let t = typeof<Microsoft.AspNetCore.Mvc.IActionResult>
System.Console.WriteLine(t.FullName)
exitCode