10 lines
59 B
Plaintext
10 lines
59 B
Plaintext
|
class Binary{
|
||
|
|
||
|
void method() {
|
||
|
a;
|
||
|
a = 20;
|
||
|
b;
|
||
|
b=59 + a;
|
||
|
}
|
||
|
|
||
|
}
|