just test

This commit is contained in:
oppo-pad-air 2023-02-27 13:52:21 +08:00
parent b2153dc4a7
commit f03b040e03

5
test.c Normal file
View File

@ -0,0 +1,5 @@
#include<stdio.h>
int main()
{printf("test\n");
return 0;}