🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
12
node_modules/shiki/samples/cobol.sample
generated
vendored
Normal file
12
node_modules/shiki/samples/cobol.sample
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
*> setup the identification division
|
||||
IDENTIFICATION DIVISION.
|
||||
*> setup the program id
|
||||
PROGRAM-ID. HELLO.
|
||||
*> setup the procedure division (like 'main' function)
|
||||
PROCEDURE DIVISION.
|
||||
*> print a string
|
||||
DISPLAY 'WILLKOMMEN'.
|
||||
*> end our program
|
||||
STOP RUN.
|
||||
|
||||
*> From https://medium.com/@yvanscher/7-cobol-examples-with-explanations-ae1784b4d576
|
||||
Loading…
Add table
Add a link
Reference in a new issue