From a8701099ba886149f5e0995d3cd16bfa6106889d Mon Sep 17 00:00:00 2001
From: "lur0680(oss057)" <lur0680@ajou.ac.kr>
Date: Sat, 26 Sep 2020 20:04:31 +0900
Subject: [PATCH] sending from git.ajou.ac.kr ssh

---
 .gitignore   | 1 +
 hello/main.c | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 hello/main.c

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f47cb20
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.out
diff --git a/hello/main.c b/hello/main.c
new file mode 100644
index 0000000..fb3daa2
--- /dev/null
+++ b/hello/main.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(){
+	printf("hello world in GIT\n");
+}
+
-- 
GitLab