summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/syslinux-4.03/win/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/syslinux-4.03/win/hello.c')
-rw-r--r--contrib/syslinux/syslinux-4.03/win/hello.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/syslinux/syslinux-4.03/win/hello.c b/contrib/syslinux/syslinux-4.03/win/hello.c
deleted file mode 100644
index 4934689..0000000
--- a/contrib/syslinux/syslinux-4.03/win/hello.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Test program for C compiler; if this doesn't compile, the
- * C compiler is seriously broken.
- */
-
-#include <stdlib.h>
-#include <stdio.h>
-
-int main(void)
-{
- printf("Hello, World!\n");
- return 0;
-}