]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/tools/conftest.c
Update GNU Unifont to version 7.0.06, create a dedicated package for it
[xonotic/xonotic.git] / misc / tools / conftest.c
1 #include <stdio.h>
2
3 int main()
4 {
5         printf("Hello, world!\n");
6         return 0;
7 }