From e931d0d0f54cbf271573c1a06593a17272ba30bd Mon Sep 17 00:00:00 2001 From: Sauter001 Date: Mon, 27 Mar 2023 16:21:20 +0900 Subject: [PATCH 1/2] the first commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02271b2..5ad4b37 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mastering-github git&github 실습을 위한 저장소 + +this is *edit test* for 실습 From da86a098eaa08b8f366e28e4c3f21d6b4de5feae Mon Sep 17 00:00:00 2001 From: Sauter001 Date: Mon, 27 Mar 2023 16:26:56 +0900 Subject: [PATCH 2/2] the 2nd commit --- main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.c diff --git a/main.c b/main.c new file mode 100644 index 0000000..d982f76 --- /dev/null +++ b/main.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("hello world\n"); + return 0; +}