10 lines
127 B
Text
10 lines
127 B
Text
class Example
|
|
{
|
|
string Method_RIGHT(
|
|
int a,
|
|
int b,
|
|
int c)
|
|
{
|
|
return "ChangeMe";
|
|
}
|
|
}
|