Files
compiler-explorer/examples/cppx_gold/default.usyntax

6 lines
112 B
Plaintext

# Type your code here, or load an example.
square(num : int) : int!
return num * num
main() : int!
return 0