From 49be341f220b3fdb57370cf16a6192b54f535265 Mon Sep 17 00:00:00 2001 From: leejunhyeong1024 Date: Thu, 18 Sep 2025 23:55:00 +0900 Subject: [PATCH] test_pull_request Signed-off-by: leejunhyeong1024 --- pull_reqeust_test/junhyeong/report_card.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pull_reqeust_test/junhyeong/report_card.c diff --git a/pull_reqeust_test/junhyeong/report_card.c b/pull_reqeust_test/junhyeong/report_card.c new file mode 100644 index 00000000..e3206d2f --- /dev/null +++ b/pull_reqeust_test/junhyeong/report_card.c @@ -0,0 +1,6 @@ +#include + +int main() +{ + return 0; +}