mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 19:31:45 -04:00
6 lines
123 B
Crystal
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 |