#!/usr/bin/env swift; import Foundation import Utils // Begin Main var squares:[Int] = [0, 1, 4, 9, 16, 25] // Print out the squares from the list for i:Int in 0..