Gitiles
Code Review
Sign In
gerrit.opencord.org
/
asfvolt16-driver
/
17f0e81ae7cab8d891815ded057e403105b32c18
/
.
/
src
/
main.c
blob: d34a81e19b51e31a0b530d69d24b7b5a33ddb94e [
file
] [
log
] [
blame
]
Ubuntu
c3ff460
2017-06-20 00:13:13 +0000
[
diff
] [
blame
]
1
#include
<config.h>
2
#include
<stdio.h>
3
4
int
5
main
(
void
)
6
{
7
puts
(
"Hello World!"
);
8
puts
(
"This is "
PACKAGE_STRING
"."
);
9
return
0
;
10
}