func main[] : I64 let out: I64 = 1 for i in 1..21 out = Math.lcm(out, i) print_i64(out)