#!/usr/local/bin/swift print( (1...100).map{ n in String(n+n) })