Skip to content

Instantly share code, notes, and snippets.

@quintesse
Last active September 17, 2015 11:30
Show Gist options
  • Save quintesse/0eff724841c7232a1ab3 to your computer and use it in GitHub Desktop.
Save quintesse/0eff724841c7232a1ab3 to your computer and use it in GitHub Desktop.
Ceylon Web Runner: Test 2
//$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
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