Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Voitcus

Voitcus

Voitcus has asked 4 questions and find answers to 19 problems.

Stats

360
EtPoint
87
Vote count
4
questions
19
answers

About

HelloWorld.pas

program HappyLife;

{$X+}

const
  God = infinity;

uses
  World;

var
  Voitcus, Mom, Dad: THuman;
  birth_date: TDate;

begin
  birth_date := year(1977);
  Voitcus := THuman.Create(birth_date, Mom, Dad);
  while (Voitcus.isAlive and (System.date <= EndOfTheWorld)) do begin
    { insert your code here }
    end;
end.