- Szczegóły
- 2045
// Collect all the coins in each meadow.
// Use flags to move between meadows.
// Press Submit when you are ready to place flags.
while(true) {
var flag = hero.findFlag();
if (flag) {
// Podnieś flagę.
hero.pickUpFlag(flag);