10 lines
59 B
Plaintext
Raw Normal View History

2015-10-29 15:16:19 +01:00
class Binary{
void method() {
a;
a = 20;
b;
b=59 + a;
}
}