From e6c21da8f93d627729b760f820f2efe008aee500 Mon Sep 17 00:00:00 2001 From: oppo-pad-air <3101158440@qq.com> Date: Mon, 27 Feb 2023 14:48:04 +0800 Subject: [PATCH] testmypush --- test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test.c b/test.c index 98b595e..8f8e09d 100644 --- a/test.c +++ b/test.c @@ -3,6 +3,7 @@ int main() { printf("test\n"); printf("test again\n"); + printf("test push\n"); return 0; }