3 lines
51 B
Plaintext
Raw Normal View History

2014-06-10 20:23:01 +02:00
class Plus1_Float_Double {
2014-08-28 18:42:40 +02:00
op = (x) -> x + 1.0;
2014-06-10 20:23:01 +02:00
}