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; +}