repo.or.cz
/
chuck-blob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[chuck-blob.git]
/
v2
/
test
/
04.ck
blob
e039e5561c919ca0cc836de03a1daaab8aa62ae2
1
// 04.ck : infinite loop ( fail-correct )
2
3
// get ready to stop using your computer
4
while( true );
5
6
// it shouldn't get here
7
<<<"success">>>;