From 079209fe03110d6738d0ef83cce3a73e2705b029 Mon Sep 17 00:00:00 2001 From: oppo-pad-air <3101158440@qq.com> Date: Mon, 27 Feb 2023 15:02:43 +0800 Subject: [PATCH] test --- test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test.c b/test.c index 8f8e09d..f8bd254 100644 --- a/test.c +++ b/test.c @@ -4,6 +4,7 @@ int main() printf("test\n"); printf("test again\n"); printf("test push\n"); + /*test*/ return 0; }