summaryrefslogtreecommitdiff
path: root/examples/hello_autotools/proj/main.c
blob: 05a6dd38333b162ee4e1f02c2d8af38616a85ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <hello_autotools-config.h>

#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif

int main (int argc, char **argv)
{
	puts ("Hello AutoShi^H^H^HTools!");
	return 0;
}