Difference between revisions of "User:Nhollm"

From Lazarus wiki
Jump to navigationJump to search
(Replaced content with "{{Test Title}} <syntaxhighlight lang="pascal"> </syntaxhighlight>")
Tag: Replaced
Line 4: Line 4:
 
<syntaxhighlight lang="pascal">
 
<syntaxhighlight lang="pascal">
  
 +
program Test;
  
 +
begin
 +
writeln('Hello World');
 +
end.
  
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 23:32, 12 May 2023

Template:Test Title


program Test;

begin
writeln('Hello World');
end.