mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 16:24:03 -05: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 |