Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created December 30, 2019 05:01
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 IntegerMan/d441ee89e47c4a6d0d962491d272d43a to your computer and use it in GitHub Desktop.
Save IntegerMan/d441ee89e47c4a6d0d962491d272d43a to your computer and use it in GitHub Desktop.
/// This is the application's entry point. It hands things off to Elmish.WPF
[<EntryPoint; STAThread>]
let main _ =
Program.mkSimpleWpf init update bindings
|> Program.runWindow (MainWindow())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment