mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 19:50:51 +00:00
10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
service OpH("oph"):
|
|
get_str() -> string
|
|
|
|
func create_client_util() -> []string:
|
|
results: *string
|
|
results <<- "hello"
|
|
str <- OpH.get_str()
|
|
results <<- str
|
|
<- results
|