]> git.xonotic.org Git - xonotic/xonotic.git/blob - tools/conftest.c
demotc-race-record-extractor.sh: remove useless rc case (gametype name is always...
[xonotic/xonotic.git] / tools / conftest.c
1 #include <stdio.h>
2
3 int main()
4 {
5         printf("Hello, world!\n");
6         return 0;
7 }