import strings const strings = ['hello', 'world'] fn main() { println(strings) }