From 0f87b15fec3089a028ef89851fa88e8db6522b1d Mon Sep 17 00:00:00 2001 From: Dabin Kim <8439kdb3759@gmail.com> Date: Fri, 27 Sep 2024 22:59:59 +0900 Subject: [PATCH] test pull request Signed-off-by: Dabin Kim <8439kdb3759@gmail.com> --- pull_reqeust_test/dabin/report_card.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pull_reqeust_test/dabin/report_card.c diff --git a/pull_reqeust_test/dabin/report_card.c b/pull_reqeust_test/dabin/report_card.c new file mode 100644 index 00000000..e3206d2f --- /dev/null +++ b/pull_reqeust_test/dabin/report_card.c @@ -0,0 +1,6 @@ +#include + +int main() +{ + return 0; +}