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