Newer
Older
Ruby / kudamono.rb
@MAEDA Keiji MAEDA Keiji on 24 Sep 2021 248 bytes 2021-09-24 19:42:23
# coding: utf-8

#!/usr/bin/env ruby
# coding: utf-8
# -*- coding-8 -*-

gemusohuto=[]

gemusohuto<<"マインクラフト"
gemusohuto<<"マリオカート"
gemusohuto.push("ポケモン")

for i in gemusohuto
  printf("%sをしました\n",i)
end