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-timelimit.pas
blob: d0b496d4d6db9c74873c736b07d9ff5c99fe8689 (
plain
)
1
2
3
4
5
6
7
8
program
bits
;
var
inst
:
Longint
;
begin
inst
:=
0
;
while
true
do
begin
end
end
.