Linux/Code/test.c

9 lines
65 B
C
Raw Normal View History

2025-04-28 16:58:56 +08:00
#include<stdio.h>
int main()
{
printf("hello!");
return 0;
}