From 1f18ea177f259e2421dc3ddab01939c446b2c2ca Mon Sep 17 00:00:00 2001 From: sunwoongskku Date: Tue, 8 Oct 2019 20:04:18 +0900 Subject: [PATCH] test pull request Signed-off-by: sunwoongskku --- pull_request_test/sunwoong/report_card.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pull_request_test/sunwoong/report_card.c diff --git a/pull_request_test/sunwoong/report_card.c b/pull_request_test/sunwoong/report_card.c new file mode 100644 index 0000000..e3206d2 --- /dev/null +++ b/pull_request_test/sunwoong/report_card.c @@ -0,0 +1,6 @@ +#include + +int main() +{ + return 0; +}