Skip to content

Commit

Permalink
Merge pull request #114 from IsaacYAGI/feat-helloworld-pascal
Browse files Browse the repository at this point in the history
Feat: Hello world in pascal
  • Loading branch information
ambujraj authored Oct 1, 2018
2 parents 9764781 + bbe3bd8 commit b973486
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 b973486

Please sign in to comment.