“Паскаль” Ответ

Паскаль

You can also search for Lazarus. It's an incredible IDE for Pascal with a bunch of interesting ADDons like buttons, input fields and more.
Tender Toucan

Паскаль

{Hello world in Pascal}

program HelloWorld(output);
begin
  WriteLn('Hello World!');
end.
Doubtful Deer

Ответы похожие на “Паскаль”

Смотреть популярные ответы по языку

Смотреть другие языки программирования