Skip to content

Commit

Permalink
Create Error Hello.cob
Browse files Browse the repository at this point in the history
Signed-off-by: Dillon Depeel <dillondepeel@hotmail.com>
  • Loading branch information
DillonDepeel committed May 1, 2023
1 parent c0df140 commit 11005b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cobol Examples/Error Hello.cob
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
program-id. ehello.
procedure division.
display "Goodbye, world!" upon syserr.
stop run.

0 comments on commit 11005b4

Please sign in to comment.