8 lines
61 B
Plaintext
Raw Normal View History

class Faculty {
int a;
m (int x) {
return a+x;
}
}