Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- open System
- open System.Windows.Forms
- let form = new Form()
- form.Text <- "Sono una cosa inutile :D!"
- form.Width <- 800
- form.Height <- 600
- [<STAThread>]
- do Application.Run (form)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement