Skip to content

Commit

Permalink
Merge pull request #5 from Alastifer/hello_delphi
Browse files Browse the repository at this point in the history
Add Delphi Hello World
  • Loading branch information
knightking100 authored Oct 1, 2017
2 parents 6b454ef + 6a123f2 commit b4938e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Delphi.dpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
program Delphi;
{$APPTYPE CONSOLE}
uses sysutils;

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

0 comments on commit b4938e5

Please sign in to comment.