Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
4
Task/Hello-world-Text/COBOL/hello-world-text-1.cob
Normal file
4
Task/Hello-world-Text/COBOL/hello-world-text-1.cob
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
program-id. hello.
|
||||
procedure division.
|
||||
display "Hello world!".
|
||||
stop run.
|
||||
1
Task/Hello-world-Text/COBOL/hello-world-text-2.cob
Normal file
1
Task/Hello-world-Text/COBOL/hello-world-text-2.cob
Normal file
|
|
@ -0,0 +1 @@
|
|||
display"Hello, world".
|
||||
Loading…
Add table
Add a link
Reference in a new issue