// Type your code here, or load an example. fun square(num: Int): Int = num * num