7 lines
51 B
Plaintext
7 lines
51 B
Plaintext
|
class Simple{
|
||
|
int x;
|
||
|
|
||
|
simple(){
|
||
|
return 5;
|
||
|
}
|
||
|
}
|