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
/
RunCMake
/
Ninja
/
hello.c
blob: aac8b4e0f39b512fae5d7724ea156cb462f2c59c (
plain
)
1
2
3
4
5
6
7
#include <stdio.h>
int
main
(
void
)
{
printf
(
"Hello world!
\n
"
);
return
0
;
}