Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
092ce12e8ebd5cfb6683e82d281ae5a4264f0e49
/
.
/
examples
/
c
/
default.c
blob: 99eb4c2bbc733eecab5280aa8c2a425877878110 [
file
] [
log
] [
blame
] [
raw
]
/* Type your code here, or load an example. */
int
square
(
int
num
)
{
return
num
*
num
;
}