Files
compiler-explorer/examples/swift/default.swift
RabsRincon 43279a61ca Fix various points raised after code reviews
Some fixes, a great slam and then some
2017-12-09 11:19:45 +01:00

4 lines
91 B
Swift

// Type your code here, or load an example.
func square(n: Int) -> Int {
return n * n
}