forked from JavaTX/JavaCompilerCore
8 lines
61 B
Plaintext
8 lines
61 B
Plaintext
|
class Faculty {
|
||
|
|
||
|
int a;
|
||
|
m (int x) {
|
||
|
return a+x;
|
||
|
}
|
||
|
}
|