mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 02:32:16 +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!")
|