Skip to content

Instantly share code, notes, and snippets.

@ceylonwebide
Last active March 12, 2021 13:26
Show Gist options
  • Save ceylonwebide/1b5a174b7fda6eb0e3a6 to your computer and use it in GitHub Desktop.
Save ceylonwebide/1b5a174b7fda6eb0e3a6 to your computer and use it in GitHub Desktop.
EXAMPLE: Hello World
//$webrun_wrapped
shared void run() {
// The classic "hello world" in Ceylon
print("Hello world!");
// Click 'Run' above to run the program.
// It is compiled to JavaScript and then runs directly in your browser!
// You can try the more examples from the list on the right of this page
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment