blob: d34a81e19b51e31a0b530d69d24b7b5a33ddb94e [file] [log] [blame]
Ubuntuc3ff4602017-06-20 00:13:13 +00001#include <config.h>
2#include <stdio.h>
3
4int
5main (void)
6{
7 puts ("Hello World!");
8 puts ("This is " PACKAGE_STRING ".");
9 return 0;
10}