Linux/Code/test.c
2025-04-28 16:58:56 +08:00

9 lines
65 B
C

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