mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-28 06:47:08 -05:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
# Type your code here, or load an example.
|
|
square(num : int) : int!
|
|
return num * num
|
|
|
|
main() : int!
|
|
return 0 |