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
/
TargetName
/
executables
/
hello_world.c
blob: 5b6eaf8bf1fde3aac5a3276d8db7b60213ee2907 (
plain
)
1
2
3
4
5
#include <stdio.h>
main
()
{
printf
(
"hello, world
\n
"
);
}