1
0
mirror of https://github.com/fluencelabs/aqua.git synced 2025-03-16 20:20:49 +00:00

7 lines
154 B
Plaintext
Raw Normal View History

module FooBars declares *
const DECLARE_CONST = "declare_const"
const DECLARE_CONST2 = "declare_const2"
func foo() -> string:
2021-09-09 15:53:13 +03:00
<- "I am MyFooBar foo"