// Type your code here, or load an example. uniform int square(uniform int num) { return num * num; }