wip restructuring

This commit is contained in:
2026-06-05 13:36:01 -07:00
parent f04b7311f5
commit f79403b97f
55 changed files with 29 additions and 85 deletions
@@ -0,0 +1,5 @@
contract Foo =
type state = unit
entrypoint init(): state =
let _ = ak_ABC'x'
()