summaryrefslogtreecommitdiff
path: root/doc/amhello/src/main.c
blob: b8d04d21ba13046a21593c4070797c8136cb5e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright (C) 2006-2013 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;
}