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