From a0f9a9b96d4b9ccab782fb65297ecf6e966e9a0f Mon Sep 17 00:00:00 2001 From: macbook-pro <3101158440@qq.com> Date: Fri, 17 Mar 2023 03:18:08 +0800 Subject: [PATCH] try to code something --- test.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/test.c b/test.c index ad92d8e..d4aff43 100644 --- a/test.c +++ b/test.c @@ -1,13 +1,10 @@ -#include +#include +#include +#include +#include "test.h" + int main() { - printf("test\n"); - printf("test again\n"); - printf("test push\n"); - printf("test on my vscode\n"); - /*test on may vscscode*/ - /*test test on mac*/ - /*testggdhgjhghbj*/ return 0; }