summaryrefslogtreecommitdiff
path: root/standalone/hello.c
blob: 3aae34cede72e8f74688dab1ecf72c942d4c9a4e (plain)
1
2
3
4
5
6
7
8
9
10
#if HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */

#include <stdio.h>

int main ()
{
	printf ("Hello world!\n");
}