8 lines
61 B
Plaintext
8 lines
61 B
Plaintext
|
class Klasse1 {
|
||
|
var1;
|
||
|
|
||
|
int getVar1(){
|
||
|
return var1;
|
||
|
}
|
||
|
}
|