mirror of
https://github.com/fluencelabs/examples
synced 2025-05-02 06:02:19 +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!") |