1
0
mirror of https://github.com/fluencelabs/aqua-playground synced 2025-04-01 09:21:11 +00:00

6 lines
112 B
Plaintext
Raw Normal View History

2021-04-15 16:05:22 +03:00
service Println("println-service-id"):
print: string -> ()
func print(str: string):
2021-04-14 17:32:01 +03:00
Println.print(str)