#!/usr/bin/env ruby # -*- coding: utf-8 -*- aisatu = 0 while aisatu < 5 puts "こんにちは" aisatu += 1 end