]> git.xonotic.org Git - xonotic/xonotic.git/blob - conftest.c
d6cfa6b6b435428f09bae342139986f86c84c876
[xonotic/xonotic.git] / conftest.c
1 #include <stdio.h>
2
3 int main()
4 {
5         printf("Hello, world!\n");
6         return 0;
7 }