Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
csharp-method-multiline
Code
Commits
Pulls
CI/CD
81,972
jch
bisect
jch
maint
master
next
seen
test
todo
text
10 lines
127 Bytes
Copy permalink
Copy
Raw
1
class Example
2
{
3
string Method_RIGHT(
4
int a,
5
int b,
6
int c)
7
{
8
return "ChangeMe";
9
}
10
}