Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
b7ac0b1e0dc37e6b5f98c3966e4e7f9a5a56dbb2
/
.
/
examples
/
cppx_gold
/
default.usyntax
blob: c60cf31d6f43f74d7044e5e117470c18dcecc7b6 [
file
] [
log
] [
blame
] [
raw
]
# Type your code here, or load an example.
square
(
num
:
int
)
:
int
!
return
num
*
num
main
()
:
int
!
return
0