proc hello_world() { print(2) } let a = 3 print(a) hello_world()