mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-04-24 14:32:13 +00:00
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
aqua Main
|
|
|
|
import someFunc from "import.aqua"
|
|
|
|
export someFunc
|
|
|
|
func a() -> string:
|
|
<- "srrt"
|