5 lines
113 B
Plaintext
Raw Normal View History

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