[wip] factoring vdk out into several packages

This commit is contained in:
2023-05-25 15:05:48 -06:00
parent 35ef2e0b1d
commit ee30eaaf7f
231 changed files with 13800 additions and 0 deletions
@@ -0,0 +1,11 @@
contract Floyd =
type state = unit
stateful entrypoint init() =
()
entrypoint sayHello() : string =
"hello"
entrypoint x() : int =
0