Advertisement
Guest User

Untitled

a guest
May 24th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //$webrun_wrapped
  2. shared void run() {
  3. // The classic "hello world" in Ceylon
  4.  
  5. print("Hello world!");
  6.  
  7. // Click 'Run' above to run the program.
  8. // It is compiled to JavaScript and then runs directly in your browser!
  9. // You can try the more examples from the list on the right of this page
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement