5 lines
65 B
Text
5 lines
65 B
Text
require "big"
|
|
|
|
a = 2.to_big_i ** 64
|
|
|
|
puts "#{a} * #{a} = #{a*a}"
|