#!/usr/koeki/bin/ruby # coding: euc-jp c=10 while c != 0 printf("%d\n", c) c -= 1 sleep 0.7 end printf("¤ª¤·¤Þ¤¤\n")