Skip to content

Instantly share code, notes, and snippets.

@yoshihiro503
Created August 20, 2012 13:05
Show Gist options
  • Save yoshihiro503/3403860 to your computer and use it in GitHub Desktop.
Save yoshihiro503/3403860 to your computer and use it in GitHub Desktop.
let document = Dom_html.document;;
let window = Dom_html.window;;
print_endline "Hello, world!";;
window##alert(Js.string "Hello");;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment