difftastic/sample_files/swift_1.swift

4 lines
36 B
Swift

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