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