aqua-playground/aqua/examples/helloWorld.aqua
2021-05-26 18:24:45 +03:00

7 lines
169 B
Plaintext

service StringExtra("service-id"):
addNameToHello: string -> string
func helloWorld(name: string) -> string:
res <- StringExtra.addNameToHello(name)
<- res