3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
contract C =
|
|
let this_is_illegal = 2/0
|
|
entrypoint this_is_legal() = 2/0 |