blob: a75c5da7d24a34b43eb789551e2e1848ea09a89f [file] [log] [blame] [raw]
# Type your code here, or load an example.
def square(num)
num * num
end