Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
6292c13d8c0eefcda8bf494ad1e7a88a1c3a959a
/
.
/
poky
/
meta-skeleton
/
recipes-skeleton
/
hello-single
/
files
/
helloworld.c
blob: fc7169b7b831d254c58352399b5d2edf5cc62f23 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello world!\n"
);
return
0
;
}