Skip to content

Commit

Permalink
Add Delphi Hello World
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastifer committed Oct 1, 2017
1 parent e4956b1 commit 6a123f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Delphi.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ program Delphi;
uses sysutils;

begin
Writeln('Hello World!');
Writeln('Hello World');
ReadLn;
end.

0 comments on commit 6a123f2

Please sign in to comment.