Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc
/
95ac1b8d7409c14ee15ddcb7e5dd3d28b24caa7f
/
.
/
poky
/
meta
/
lib
/
oeqa
/
runtime
/
files
/
hello.c
blob: b0697a3304faa888495e7653ca2b2493d42a1e84 [
file
] [
log
] [
blame
]
Brad Bishop
15ae250
2019-06-18 21:44:24 -0400
[
diff
] [
blame
]
1
int
2
main
()
3
{
4
printf
(
"Hello, world!\n"
);
5
}