summaryrefslogtreecommitdiff
path: root/appnlib/main.c
blob: 76aa51134ed64ed3200df2f5eb4f7f58e8104bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
#if HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */

#include <hello.h>
#include <stdio.h>

int main ()
{
	print_hello ("world");
}