Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
4b13a84a885b0d973f36c2e4744ee72e9d8a2b69
/
.
/
examples
/
csharp
/
default.cs
blob: a3f2cdbfbc36b2ad28e18d00c9b6b839505a9b6c [
file
] [
log
] [
blame
] [
raw
]
class
Program
{
static
int
Square
(
int
num
)
=>
num
*
num
;
}