mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 13:43:10 -04:00
4 lines
74 B
Ruby
4 lines
74 B
Ruby
# Type your code here, or load an example.
|
|
def square(num)
|
|
num * num
|
|
end |