Files
compiler-explorer/examples/crystal/default.cr
2021-07-12 08:37:32 -05:00

6 lines
123 B
Crystal

# Type your code here, or load an example.
# compile with --prelude=empty
fun square(num : Int32) : Int32
num &* num
end