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