mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-17 11:28:39 +00:00
Initial commit
This commit is contained in:
11
WoofWare.DotnetRuntime.App/Program.fs
Normal file
11
WoofWare.DotnetRuntime.App/Program.fs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace WoofWare.DotnetRuntime
|
||||
|
||||
module Program =
|
||||
let reallyMain (argv : string[]) : int = 0
|
||||
|
||||
[<EntryPoint>]
|
||||
let main argv =
|
||||
try
|
||||
reallyMain argv
|
||||
with _ ->
|
||||
reraise ()
|
Reference in New Issue
Block a user