#!/usr/bin/env swift; import Foundation import Utils // Begin Main let NUM_SQUARES:Int = 5 var squares:[Int] = [] // Put the squares into the list for i:Int in 0..