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
/
meta
/
lib
/
oeqa
/
runtime
/
files
/
hello.c
blob: b0697a3304faa888495e7653ca2b2493d42a1e84 (
plain
)
1
2
3
4
5
int
main
()
{
printf
(
"Hello, world!
\n
"
);
}