#!/usr/local/bin/swift func fizzbuzz(i:Int) -> String { return ("test") } for i in 1...10{ print fizzbuzz(i) }