Revision 74096 of "Базовые понятия языка Си/Переменные" on ruwikibooks

#include <stdio.h>
main()
{
    printf("Hello, world\n");
}