7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
|
|
contract Exploits =
|
|
|
|
// We'll hack the bytecode of this changing the return type to string.
|
|
function pair(n : int) = (n, 0)
|
|
|