index
:
BMC/tmp/openbmc.git
dunfell
fplus
gatesgarth
hardknott
honister
kirkstone
langdale
master
mickledore
nanbield
scarthgap
sputnik
styhead
thud
trunk
v1.0-stable
walnascar
warrior
OpenBMC Distribution (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
poky
/
documentation
/
ref-manual
/
examples
/
hello-single
/
files
/
helloworld.c
blob: fc7169b7b831d254c58352399b5d2edf5cc62f23 (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello world!
\n
"
);
return
0
;
}