Create RPG-IV.rpgle

Added a display statement in RPG IV for Hello World.
This commit is contained in:
Ruslan Hassonov
2018-08-21 15:36:26 +02:00
committed by GitHub
parent 220bf4da45
commit 435ed8f7ec

4
r/RPG-IV.rpgle Normal file
View File

@@ -0,0 +1,4 @@
/free
dsply 'Hello World!';
return;
/end-free