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