Skip to content

Instantly share code, notes, and snippets.

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

  • Save quintesse/26792abac7084dd37b5e to your computer and use it in GitHub Desktop.

Select an option

Save quintesse/26792abac7084dd37b5e to your computer and use it in GitHub Desktop.
Ceylon Web Runner: Test 4
//$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