[wip] factoring vdk out into several packages
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
contract Floyd =
|
||||
type state = unit
|
||||
|
||||
stateful entrypoint init() =
|
||||
()
|
||||
|
||||
entrypoint sayHello() : string =
|
||||
"hello"
|
||||
|
||||
entrypoint x() : int =
|
||||
0
|
||||
Reference in New Issue
Block a user