bios: Remove shuffle and boot comapi call
[syslinux/sherbszt.git] / win / hello.c
blob4934689b066221d40938376dbeeb6ff5434fde44
1 /*
2 * Test program for C compiler; if this doesn't compile, the
3 * C compiler is seriously broken.
4 */
6 #include <stdlib.h>
7 #include <stdio.h>
9 int main(void)
11 printf("Hello, World!\n");
12 return 0;