Sign in
apache
/
buildstream
/
refs/heads/traveltissues/tmp
/
.
/
tests
/
integration
/
project
/
files
/
workspace-mount-src
/
hello.c
blob: 7e9a170a9cef98052a1d43b5d348966a27c58077 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
fprintf
(
stdout
,
"Hello world!\n"
);
return
0
;
}