Skip to content

Instantly share code, notes, and snippets.

@quintesse
Last active September 27, 2015 10:46
Show Gist options
  • Save quintesse/6a3e257dc5a8219e300b to your computer and use it in GitHub Desktop.
Save quintesse/6a3e257dc5a8219e300b to your computer and use it in GitHub Desktop.
Ceylon Web Runner: errors
shared void run() {
Integer unused;
String x = nothing;
hello();
}
module web_ide_script "1.0.0" {
// Add module imports here
}
@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