5 lines
52 B
Plaintext
Raw Normal View History

2013-10-18 13:33:46 +02:00
class UsecaseOne{
foo(){
return (4*(3-2))>2;
}
}