public class Ash { public static func main(args : [String]) { println("Hello, world!") } }