mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 02:10:51 +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) |