Skip to content

Instantly share code, notes, and snippets.

@yuanotes
Created June 24, 2015 12:54
Show Gist options
  • Save yuanotes/b5db67421160b08d6398 to your computer and use it in GitHub Desktop.
Save yuanotes/b5db67421160b08d6398 to your computer and use it in GitHub Desktop.
Nim with IUP
from iup import nil
from os import nil
when isMainModule:
discard iup.open(nil, nil)
iup.show(iup.dialog(iup.label("Hello, world!")))
iup.mainLoop()
iup.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment