14 lines
134 B
Plaintext
14 lines
134 B
Plaintext
|
class Plus {
|
||
|
|
||
|
Plus(){
|
||
|
super(());
|
||
|
}
|
||
|
TPH ACHZ m(TPH ACIA a, TPH ACIB b){
|
||
|
return a op b;
|
||
|
}
|
||
|
|
||
|
Plus(){
|
||
|
super(());
|
||
|
}
|
||
|
|
||
|
}
|