Files
2026-06-02 01:58:40 -07:00

6 lines
106 B
Plaintext

contract Foo =
type state = unit
entrypoint init(): state =
let _ = ak_AB0xDEF
()