Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
f371b10324c22926afcb9c41dcc40fd825ac8447
/
.
/
test
/
kotlin
/
square
/
input.kt
blob: b1576c43631e91ff23ea4a6668c6e2b8aeaaeed7 [
file
] [
log
] [
blame
] [
raw
]
// Type your code here, or load an example.
fun square
(
num
:
Int
):
Int
=
num
*
num