2021-04-25 21:04:21 -05:00

6 lines
136 B
Plaintext

service Echo("service-id"):
echo: []string -> []string
func echo(data: []string) -> []string:
res <- Echo.echo(data)
<- res