blob: aea21cd404462043b17fe6db8f1ab7df337b2f96 [file]
/**
* @param {Number} x
*/
function square(x) {
return x * x;
}