mirror of
https://github.com/fluencelabs/examples
synced 2025-04-27 03:32:15 +00:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
service HelloWorld("hello-world"):
|
|
hello(str: string)
|
|
|
|
func sayHello():
|
|
HelloWorld.hello("Hello, world!") |