2020-08-26 11:23:24 +03:00

9 lines
191 B
Forth

module SpaceFlint.Demos.WinForm_FS
open SpaceFlint.Demos
[<EntryPoint>]
let main argv =
new WinForm (new System.Action<HAL>(SpaceFlint.Demos.Points.myInitialize), "F#") |> ignore
0