Linux/Code/test.c
2025-05-06 16:51:39 +08:00

12 lines
54 B
C

#include <stdio.h>
int main()
{
return 0;
}