index
:
boca.git
master
This is an administration system to held programming contests
Lucas Faria Mendes
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
tests
/
fontes
/
bits-runtime.cpp
blob: 9fe074fc66959ac952802bb7400ecd79b9e16658 (
plain
)
1
2
3
4
5
int
main
(
void
)
{
int
*
n
=
(
int
*
)
42
;
*
n
=
42
;
return
0
;
}