6 lines
108 B
FSharp
6 lines
108 B
FSharp
open System.Windows.Forms
|
|
|
|
[<System.STAThread>]
|
|
do
|
|
Form(Text = "F# Window")
|
|
|> Application.Run
|