Merge pull request #369 from Nishanth-GH/master
Wrote Hello world in PL/I programming language
This commit is contained in:
4
p/hello_world.pl1
Normal file
4
p/hello_world.pl1
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
World: Procedure options(main);
|
||||||
|
Put List( 'Hello world' );
|
||||||
|
|
||||||
|
End World;
|
||||||
2
q/Qbasic.bas
Normal file
2
q/Qbasic.bas
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
PRINT "hello world"
|
||||||
Reference in New Issue
Block a user