mirror of
https://github.com/fluencelabs/examples
synced 2025-05-04 23:22: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!") |