mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-05-02 23:02:31 +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) |