difftastic/sample_files/swift_after.swift

4 lines
36 B
Swift

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