Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
f1e5d6968976c2341c6d554bfcc8895f1b33c26b
/
.
/
documentation
/
ref-manual
/
examples
/
hello-single
/
files
/
helloworld.c
blob: fc7169b7b831d254c58352399b5d2edf5cc62f23 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello world!\n"
);
return
0
;
}