Advertisement
wandrake

Untitled

Feb 22nd, 2012
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.16 KB | None | 0 0
  1. open System
  2. open System.Windows.Forms
  3.  
  4. let form = new Form(Text = "Sono una cosa inutile :D!", Width = 800, Height = 600)
  5.  
  6. [<STAThread>]
  7. do Application.Run (form)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement