Newer
Older
Ruby / my.rb
#!/usr/bin/env ruby
# coding: utf-8
def d
  d=gets.chomp.to_i
end

printf("%d",d)