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