mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-11-16 01:07:26 +00:00
Merge pull request #293 from vakeeshanvictor/master
Create hellopascal.pal
This commit is contained in:
commit
0d968d9853
4
code/vakeeshanvictor-helloworld.pal
Normal file
4
code/vakeeshanvictor-helloworld.pal
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
program Hello;
|
||||||
|
begin
|
||||||
|
writeln ('Hello, world.');
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user