Advertisement
ARIELCARRARO

holamundo.ceylon

Dec 28th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. /**
  2. * @file holamundo.ceylon
  3. * @version 0.1
  4. * @author Ariel Carraro
  5. * @date 28.diciembre.2012
  6. * @url codemonkey
  7. * @description el famoso clásico "Hola mundo" en Ceylon
  8. */
  9.  
  10. doc "Hola mundo en Ceylon"
  11. by "Ariel Carraro"
  12. void run(){
  13. print("Hola mundo!!");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement