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
ENH: set expected failure for tests
[cmake.git]
/
Tests
/
TargetName
/
executables
/
hello_world.c
blob
539d867e011f2fd9ab753b75aa7aa748ddbd158f
1
#include <stdio.h>
2
main
()
3
{
4
printf
(
"hello, world
\n
"
);
5
}