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