6 lines
136 B
Plaintext
Raw Permalink Normal View History

2021-04-25 21:04:21 -05:00
service Echo("service-id"):
echo: []string -> []string
func echo(data: []string) -> []string:
res <- Echo.echo(data)
<- res