Advertisement
kolpastebin

turns spent on locations

Oct 25th, 2015
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ashq location [int] locations; foreach l in $locations[] { locations[locations.count()] = l; } sort locations by value.turns_spent; foreach key, l in locations if (l.turns_spent > 0) print(l + ": " + l.turns_spent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement