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