index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
Wrapping
/
Wrap.c
blob: 5b47c960ea3a3b5a0c70f9a27125ac2088a598b2 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h>
int
main
()
{
printf
(
"Hello
\n
"
);
return
0
;
}