2021-09-08 20:16:58 +03:00

5 lines
113 B
Plaintext

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