study/C_C++/sources/c_and_pointer/test1_1.c

8 lines
92 B
C
Executable File

#include <stdio.h>
int main()
{
printf("hello word %s\n", "zeekling");
return 0;
}