difftastic/sample_files/swift_2.swift

4 lines
36 B
Swift

func f(_ x: Int) -> Int {
x * 3
}