5 lines
32 B
Plaintext
5 lines
32 B
Plaintext
|
class Identity{
|
||
|
|
||
|
op = (x)->x;
|
||
|
|
||
|
}
|