Merge pull request #369 from Nishanth-GH/master

Wrote Hello world in PL/I programming language
This commit is contained in:
Mike Donaghy 2017-02-12 16:25:28 -06:00 committed by GitHub
commit 9fc3699aa2
2 changed files with 6 additions and 0 deletions

4
p/hello_world.pl1 Normal file
View File

@ -0,0 +1,4 @@
World: Procedure options(main);
Put List( 'Hello world' );
End World;

2
q/Qbasic.bas Normal file
View File

@ -0,0 +1,2 @@
PRINT "hello world"