blob: c1a962e030b8977723da53b6506c46f18d633c46 [file] [log] [blame] [raw]
// Type your code here, or load an example
square: (x: int) -> int = {
return x * x;
}