Files
examples/js-sdk-examples/hello-world/aqua/hello-world.aqua

5 lines
113 B
Plaintext
Raw Normal View History

service HelloWorld("hello-world"):
hello(str: string)
func sayHello():
HelloWorld.hello("Hello, world!")