piston/packages/dotnet/5.0.201/test.fs

7 lines
67 B
Forth

open System
[<EntryPoint>]
let main argv =
printfn "OK"
0