try to code something

This commit is contained in:
macbook-pro 2023-03-17 03:18:08 +08:00
parent 433a2df457
commit a0f9a9b96d

13
test.c
View File

@ -1,13 +1,10 @@
#include<stdio.h>
#include <curses.h>
#include <signal.h>
#include <unistd.h>
#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;
}