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