Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
c64d5dc587b4eea0aa3e71a81b8bd86c574ef172
/
.
/
examples
/
swift
/
default.swift
blob: af4a0979cf921d6705c3806ecb22c1549edf4d40 [
file
] [
log
] [
blame
] [
raw
]
// Type your code here, or load an example.
func square
(
n
:
Int
)
->
Int
{
return
n
*
n
}