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