diff --git a/8.3........3 b/8.3........3
deleted file mode 100644
index 7489bc9927f9b8f7f4e5212d1f7759059711cbeb..0000000000000000000000000000000000000000
--- a/8.3........3
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <stdio.h>
-
-int main()
-{
-	int a;
-	fscanf(stdin, "%d", &a);
-	if (a > 0)
-		fprintf(stderr, "Error: It is positive\n");
-	else
-		fprintf(stderr, "Error: It is negative\n");
-	fprintf(stdout, "Hello, World %-d\n", a);
-	return 0;
-}