From 81edcfb2226bb996c51d181bd5f9f2924e7c0938 Mon Sep 17 00:00:00 2001 From: dididy Date: Thu, 27 Jul 2017 07:56:22 +0000 Subject: [PATCH 1/2] pull request --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index 8d750cb..addc032 100644 --- a/docs/index.html +++ b/docs/index.html @@ -72,6 +72,7 @@

PR 실습 결과

Pull Request Test #3<@enuri91>

Pull Request Test #4<@test-git>

Pull Request Test #5<@test-git>

+

hello world!<@dididy>

From 6eb601056848e986a9dab6daa4d38d197c5e930a Mon Sep 17 00:00:00 2001 From: dididy Date: Mon, 4 Sep 2017 12:48:19 +0000 Subject: [PATCH 2/2] add file that named touch --- code.c | 2 +- hell | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 hell diff --git a/code.c b/code.c index b3121d7..2cca6e7 100644 --- a/code.c +++ b/code.c @@ -2,6 +2,6 @@ int main() { - printf("Bye World!\n"); + printf("Hell World!\n"); return 0; } diff --git a/hell b/hell new file mode 100644 index 0000000..e69de29