Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e42eaa43425887b28f985f8a524dbcba8aab4a7e
/
.
/
Tests
/
TargetName
/
executables
/
hello_world.c
blob: 71d71f56d545f98f98537f60c29a75a96c3cb636 [
file
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"hello, world\n"
);
return
0
;
}