mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 09:03:34 -04: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 |