Skip to content

Commit

Permalink
Feat: Hello world in pascal
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYAGI committed Oct 1, 2018
1 parent f9cc2f4 commit bbe3bd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hello-world/Pascal.pas
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
program HelloWorld;

begin
writeln('Hello, world!');
end.

0 comments on commit bbe3bd8

Please sign in to comment.