5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
contract Test =
|
|
entrypoint main() : int =
|
|
let _ = '\x{ff}'
|
|
42
|