LINUX.ORG.RU

bash-2.04$ cat >hello.c
#include <stdio.h>

int main()
{
printf("Hello, world!\n");
return 0;
}
^D
bash-2.04$ gcc hello.c -o hello
bash-2.04$ ./hello
Hello, world!
bash-2.04$

DronK
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.