From e5204a4a418a1d32d9b6d6895d9ec802c211d7c4 Mon Sep 17 00:00:00 2001
From: BeomSooHeo <pung725@ajou.ac.kr>
Date: Mon, 10 Aug 2020 21:28:53 +0900
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 771b35b..abf6780 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,8 @@ use fprintf with stderr stdout stdin & Redirection
 을 가지고 있다. 기본적으로 이 모든 스트림은 일반적인 문자열로 콘솔(console)에 출력한다.
 그런데 우리는 프로그램의 실행 결과나 에러를 console이 아닌 file에 저장하고 싶다. 이때 Redirection이 등장한다.
 Redirection은 표준 스트림(standard stream)의 흐름을 file로 바꿔준다. 즉, 입출력을 file로도 가능하게 된다는 것이다.
-</p>
+</p><br><br>
+
 #### 1. cat > input_data
 <br>
 
-- 
GitLab