Files
Matt Godbolt 8c2bed4819 Updates to better support cppx-blue
With @hsutter
2021-06-25 17:23:51 -05:00

5 lines
91 B
Plaintext

// Type your code here, or load an example
square: (x: int) -> int = {
return x * x;
}