Gitiles
Code Review
Sign In
gerrit.opencord.org
/
asfvolt16-driver
/
3ffbddd9dcd1f6ca062405fdbdd467873e910181
/
.
/
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
}