mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
6 lines
No EOL
66 B
FSharp
6 lines
No EOL
66 B
FSharp
open System
|
|
|
|
[<EntryPoint>]
|
|
let main argv =
|
|
printfn "OK"
|
|
0 |