program koe3;

uses
  Forms,
  koe3f in 'koe3f.pas' {Form1};

{$R *.RES}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
