aboutsummaryrefslogtreecommitdiff
path: root/examples/cppx_blue/default.blue
blob: c1a962e030b8977723da53b6506c46f18d633c46 (plain)
1
2
3
4
// Type your code here, or load an example
square: (x: int) -> int = {
    return x * x;
}