Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
50b6141b01cd31edaf2cc9b5ea1dcad2aeabe001
/
.
/
views
/
example.cpp
blob: 86b3a4a3d35bee0127e65485f7315284f470931c [
file
] [
log
] [
blame
] [
raw
]
// Type your code here, or load an example.
int
square
(
int
num
)
{
return
num
*
num
;
}