mirror of
https://github.com/fluencelabs/examples
synced 2025-06-29 01:31:33 +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!")
|