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