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