test file

This commit is contained in:
rosewing
2026-02-10 19:45:11 +10:00
parent e9e0643f6e
commit 173e4bd3f1

7
main.c Normal file
View File

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