[release] post release version bump
[jhbuild/xnox.git] / tests / autotools / hello.c
blobb651e64e9952157b6621a0155f3fd55f2b7973b9
2 #include <stdio.h>
4 int main()
6 printf("Hello world (autotools)\n");
7 return 0;