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

x = rand(10)
y = rand(10)

p x
p y