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