1 2 3 4 5 6
# Type your code here, or load an example. square(num : int) : int! return num * num main() : int! return 0