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