Create hellopascal.pal

This commit is contained in:
vakeeshanvictor
2018-10-08 14:43:28 +05:30
committed by GitHub
parent 4da95e9a22
commit 83a64510d4
+4
View File
@@ -0,0 +1,4 @@
program Hello;
begin
writeln ('Hello, world.');
end.