>>22
ここでfor文を使うんや
C系なら
for (int i=0; i < 130000; i++) {
Icchi.squat();
}
Ruby系なら
for i in range(130000):
Icchi.squat()
って感じや
気張っていくで!