mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 03:30:49 +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"
|