Merge pull request #293 from vakeeshanvictor/master

Create hellopascal.pal
This commit is contained in:
Luke Oliff 2018-10-08 09:26:56 -07:00 committed by GitHub
commit 0d968d9853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
program Hello;
begin
writeln ('Hello, world.');
end.