repo.or.cz
/
merlin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db_updater: Put parentheses back
[merlin.git]
/
noc_check.c
blob
f014c53dd7b06a8acb990e8a61faad388ff38d4f
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
printf
(
"THE NOC DID IT|noc=5;3;1;0;
\n
"
);
6
7
return
0
;
8
}