import Swift infix operator +++ func +++(a: Int, b: Int) -> Int { return a + b } print("this is a main source file")