Gitiles
Code Review
Sign In
gerrit.opencord.org
/
asfvolt16-driver
/
8f5396f3987f8309e6319d6bc70b773a202b6572
/
.
/
src
/
main.c
blob: d34a81e19b51e31a0b530d69d24b7b5a33ddb94e [
file
] [
log
] [
blame
]
#include
<config.h>
#include
<stdio.h>
int
main
(
void
)
{
puts
(
"Hello World!"
);
puts
(
"This is "
PACKAGE_STRING
"."
);
return
0
;
}