Files
Vanillae/ts/sidekick/scratch/examples_old/contract-examples/floyd.aes
T
2022-10-05 02:35:43 -06:00

12 lines
176 B
Plaintext

contract Floyd =
type state = unit
stateful entrypoint init() =
()
entrypoint sayHello() : string =
"hello"
entrypoint x() : int =
0