Linux/Code/test.c

9 lines
73 B
C
Raw Normal View History

2025-04-28 16:58:56 +08:00
#include<stdio.h>
int main()
{
2025-05-06 15:32:59 +08:00
printf("hello world!\n");
2025-04-28 16:58:56 +08:00
return 0;
}