11 lines
112 B
Plaintext
11 lines
112 B
Plaintext
|
class SchorschTest{
|
||
|
int iMember;
|
||
|
String hallo;
|
||
|
|
||
|
SchorschTest(int i){
|
||
|
iMember = i;
|
||
|
}
|
||
|
|
||
|
void tuWas(){
|
||
|
}
|
||
|
}
|