index
:
compiler-explorer
local
main
compiler explorer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ast
/
square.cpp
blob: 86b3a4a3d35bee0127e65485f7315284f470931c (
plain
)
1
2
3
4
// Type your code here, or load an example.
int
square
(
int
num
)
{
return
num
*
num
;
}