Added ABAP

This commit is contained in:
Jose Hugo De la cruz
2012-04-30 18:10:45 -06:00
parent 38f6567c5c
commit 5166acf452

6
a/abap.abap Normal file
View File

@@ -0,0 +1,6 @@
REPORT ZHELLO_WORLD.
START-OF-SELECTION.
WRITE: 'Hello World!'.