Newer
Older
Ruby / tesuto.rb
#!usr/bin/env ruby
# -*- coding: utf-8 -*-

x=%w(1 2 3)
y=x.shift

printf("%s%d\n",x,y)