#!/usr/koeki/bin/ruby # coding: utf-8 c=10 while c != 0 printf("%d\n", c) c -= 1 sleep 0.7 end printf("γŠγ—γΎγ„\n")