mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
4 lines
91 B
Swift
4 lines
91 B
Swift
// Type your code here, or load an example.
|
|
func square(n: Int) -> Int {
|
|
return n * n
|
|
} |