Skip to content

Instantly share code, notes, and snippets.

@avidit
Created October 28, 2016 05:18
Show Gist options
  • Save avidit/a6c4a27badebf934717564c95ebb7516 to your computer and use it in GitHub Desktop.
Save avidit/a6c4a27badebf934717564c95ebb7516 to your computer and use it in GitHub Desktop.
name = "YOUR_NAME_HERE"
(1..4).collect{"Happy Birthday " + ((it == 3)? "dear $name": 'to You')}.each{println it}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment