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

Commit

Permalink
Pascal implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mil1200 authored Oct 1, 2017
1 parent e82794a commit 58bc225
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 58bc225

Please sign in to comment.