Linux/Code/test.c

12 lines
54 B
C
Raw Normal View History

2025-05-06 16:51:39 +08:00
#include <stdio.h>
2025-04-28 16:58:56 +08:00
2025-05-06 16:51:39 +08:00
int main()
2025-04-28 16:58:56 +08:00
{
2025-05-06 16:51:39 +08:00
2025-04-28 16:58:56 +08:00
return 0;
2025-05-06 16:51:39 +08:00
}