5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
class UsecaseOne{
|
||
|
foo(){
|
||
|
return (4*(3-2))>2;
|
||
|
}
|
||
|
}
|