Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
32b4beb978df4cb72c3014f646ffc5c6ec9fce9d
/
.
/
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
;
}