mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-05-03 12:02:22 +00:00
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
|
service HelloWorld("default"):
|
||
|
sayHello(s: string)
|
||
|
getNumber() -> i32
|
||
|
|
||
|
func callMeBack(callback: string, i32 -> ()):
|
||
|
callback("hello, world", 42)
|