From 773c18cd64408978f6598d3ee459b019cd1751e2 Mon Sep 17 00:00:00 2001 From: yeonjaekim99 Date: Tue, 8 Oct 2019 19:45:24 +0900 Subject: [PATCH] test pull request Signed-off-by: yeonjaekim99 --- pull_request_test/yj/report_card.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pull_request_test/yj/report_card.c diff --git a/pull_request_test/yj/report_card.c b/pull_request_test/yj/report_card.c new file mode 100644 index 0000000..edef60d --- /dev/null +++ b/pull_request_test/yj/report_card.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("This program print report card.\n"); + return 0; +}