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