program Project2; {$APPTYPE CONSOLE} uses SysUtils,Windows; begin SetConsoleOutputCP(1251); WriteLn('Привет'); ReadLn; end.