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