6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
|
|
contract Identity =
|
|
function main (x:int) = x
|
|
|
|
function __call() = 12
|