repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
Wrapping
/
Wrap.c
blob
5b47c960ea3a3b5a0c70f9a27125ac2088a598b2
1
#include <stdio.h>
2
3
int
main
()
4
{
5
printf
(
"Hello
\n
"
);
6
return
0
;
7
}