Hash :
d8add592
Author :
Date :
2017-03-02T18:55:53
maint: Update copyright years to 2017. This update has been made with 'make update-copyright'.
/* Copyright (C) 2006-2017 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;
}