Skip to content

Instantly share code, notes, and snippets.

@quintesse
Last active September 17, 2015 11:03
Show Gist options
  • Select an option

  • Save quintesse/1fefd0bf47695087ff13 to your computer and use it in GitHub Desktop.

Select an option

Save quintesse/1fefd0bf47695087ff13 to your computer and use it in GitHub Desktop.
Ceylon Web Runner: Test 3
//$webrun_wrapped
shared void run() {
// The classic "hello world" in Ceylon
print("Hello world!");
// This prints the same text:
String str = "world";
print("Hello ``str``!");
// Click "Run" below to run the program.
// It is converted to JavaScript and runs directly in your browser!
// Select a sample on the right to load it into this editor.
}
@quintesse
Copy link
Copy Markdown
Author

Click here to run this code online

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment