5 lines
79 B
Plaintext
Raw Normal View History

2016-04-13 19:31:35 +02:00
class AddOperator{
method(x){
return x + x;
2016-04-13 19:31:35 +02:00
}
}