Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
4a6462fe9ffc67d1c8c9a236160bf5a8ace6e872
/
.
/
examples
/
crystal
/
default.cr
blob: f369fff9904c725053690d87f296827d35580a0e [
file
] [
log
] [
blame
] [
raw
]
# Type your code here, or load an example.
# compile with --prelude=empty
fun square
(
num
:
Int32
)
:
Int32
num
&*
num
end