blob: d2cb7cc0f8fa50f5ed284c35e59681fb7d9eee7c [file] [log] [blame]
/* Copyright (C) 2006-2015 Free Software Foundation, Inc.
This program is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it. */
#include <config.h>
#include <stdio.h>
int
main (void)
{
puts ("Hello World!");
puts ("This is " PACKAGE_STRING ".");
return 0;
}