From d40ffd977487e542602178190583ac3c74571693 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=9D=B4=EC=9E=A5=EC=9B=90?= <wkddnjs3268@ajou.ac.kr>
Date: Thu, 6 Aug 2020 16:20:56 +0900
Subject: [PATCH] Delete 8.3........3

---
 8.3........3 | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 8.3........3

diff --git a/8.3........3 b/8.3........3
deleted file mode 100644
index 7489bc9..0000000
--- 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;
-}
-- 
GitLab