danielpetisme

Untitled

Dec 6th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. def name = 'Duke'
  2. println """Hello ${name},
  3.  
  4. Today we are the ${new Date()}
  5.  
  6.                 Good Bye"""
  7. //Hello Duke,
  8. //
  9. // Today we are the Thu Dec 06 21:05:44 UTC 2012
  10. //
  11. //               Good Bye
Advertisement
Add Comment
Please, Sign In to add comment