index
:
linux/meta-linaro.git
dizzy-enea
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta-linaro
/
recipes-linaro
/
linaro-lava-tests
/
files
/
hello.c
blob: 247bbe77e5e43d9033803953fbceea5a3a93ae2b (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"hello world
\n
"
);
return
0
;
}