6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
contract Foo =
|
|
type state = unit
|
|
entrypoint init(): state =
|
|
let _ = ak_ABC0DEF
|
|
()
|