6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
contract Foo =
|
|
type state = unit
|
|
entrypoint init(): state =
|
|
let _ = ak_ABC'x'
|
|
()
|