Index: third_party/minicrt/_hello.cc |
diff --git a/third_party/minicrt/_hello.cc b/third_party/minicrt/_hello.cc |
deleted file mode 100644 |
index df522ca4f18895ad50ae6eb7cbd18a49b3c11119..0000000000000000000000000000000000000000 |
--- a/third_party/minicrt/_hello.cc |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-//========================================== |
-// LIBCTINY - Matt Pietrek 2001 |
-// MSDN Magazine, January 2001 |
-//========================================== |
-#include <stdio.h> |
- |
-void main() { |
-// SKIP_LOC_BEGIN |
- printf("Hello World!\n" ); |
-// SKIP_LOC_END |
-} |