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