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