5 lines
50 B
ObjectPascal
5 lines
50 B
ObjectPascal
begin
|
|
var Δ := 1;
|
|
Δ += 1;
|
|
Print(Δ);
|
|
end.
|