Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-hw-diags
/
8882c32a2cbbfd047a5ff0424af027bd6f3ad0fd
/
.
/
test
/
hello-world.cpp
blob: 5cdaa1b5ea0a1b5752c3c92f37685c412cbcccdd [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
printf
(
"test: Hello, World!\n"
);
return
0
;
}