«

»

Jul 24

Hacker Workouts: Countdowns

for (count=15; count > 0; count–) {
    jumpingjacks(count);
    pushups(count);
    mountainclimbers(count);
    situps(count);
    leglifts(count);
}

Leave a Reply