Skip to content

Commit

Permalink
Update proof.ci.cob (#135)
Browse files Browse the repository at this point in the history
function all intrinsic on its own line
  • Loading branch information
axtens authored Apr 19, 2024
1 parent 1d8b313 commit 71c0e60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/practice/luhn/.meta/proof.ci.cob
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
PROGRAM-ID. luhn.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
REPOSITORY. FUNCTION ALL INTRINSIC.
REPOSITORY.
FUNCTION ALL INTRINSIC.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 WS-CARD-NUMBER PIC X(32).
Expand Down

0 comments on commit 71c0e60

Please sign in to comment.