#!/usr/bin/env swift; import Foundation import Utils // Begin Main var max:Int = 5 if CommandLine.arguments.count == 2 { max = Int(CommandLine.arguments[1]) ?? 5 } for _:Int in 0..