Sign in
code
/
git
/
19f5ce0bc23b04401acd6f838fae4c6a23f09ecf
/
.
/
t
/
t4018
/
csharp-method-with-spacing
blob: 233bb976cc25e3d8147e767ed68ccba99ba66b0d [
file
]
class
Example
{
string
Method
(
int
RIGHT
)
{
// Filler
// Filler
return
"ChangeMe"
;
}
}