Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #19 from mil1200/master
Browse files Browse the repository at this point in the history
Pascal implementation
  • Loading branch information
srbcheema1 authored Oct 1, 2017
2 parents f4400d0 + 58bc225 commit 9b9b0f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hello_world.pas
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
program HelloWorld;
begin
writeln('Hello, world!');
end.

0 comments on commit 9b9b0f0

Please sign in to comment.