Skip to content

Instantly share code, notes, and snippets.

@7shi
Created July 10, 2014 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7shi/65cd0724af001e63b9a8 to your computer and use it in GitHub Desktop.
Save 7shi/65cd0724af001e63b9a8 to your computer and use it in GitHub Desktop.
[F#]doのインデント
#r "System"
#r "System.Windows.Forms"
open System
open System.Windows.Forms
[<EntryPoint; STAThread>] do
let w = new Form(AllowDrop = true)
Application.Run w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment