vanillae project reorganization
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
contract Floyd =
|
||||
type state = unit
|
||||
|
||||
stateful entrypoint init() =
|
||||
()
|
||||
|
||||
entrypoint sayHello() : string =
|
||||
"hello"
|
||||
|
||||
entrypoint x() : int =
|
||||
0
|
||||
Reference in New Issue
Block a user