Skip to content

Instantly share code, notes, and snippets.

@bearprada
Created April 18, 2015 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bearprada/7c39de2b11fd26576e87 to your computer and use it in GitHub Desktop.
Save bearprada/7c39de2b11fd26576e87 to your computer and use it in GitHub Desktop.
quiz_match_company_times
for (Company comp : companies) {
int userIdx = 0
for (Time time : comp.times) {
(0..5).each {
time.add(comp.user[userIdx++])
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment