Update all new Tasks
This commit is contained in:
parent
00a190b0a6
commit
91df62d461
5697 changed files with 93386 additions and 804 deletions
1
Task/Hello-world-Newbie/COBOL/hello-world-newbie-1.cobol
Normal file
1
Task/Hello-world-Newbie/COBOL/hello-world-newbie-1.cobol
Normal file
|
|
@ -0,0 +1 @@
|
|||
$ sudo apt-get install open-cobol
|
||||
7
Task/Hello-world-Newbie/COBOL/hello-world-newbie-2.cobol
Normal file
7
Task/Hello-world-Newbie/COBOL/hello-world-newbie-2.cobol
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
program-id. hello-world.
|
||||
|
||||
procedure division.
|
||||
display "Hello, World!"
|
||||
|
||||
goback
|
||||
.
|
||||
1
Task/Hello-world-Newbie/COBOL/hello-world-newbie-3.cobol
Normal file
1
Task/Hello-world-Newbie/COBOL/hello-world-newbie-3.cobol
Normal file
|
|
@ -0,0 +1 @@
|
|||
$ cobc -x -Wall -free ./hello.cob
|
||||
2
Task/Hello-world-Newbie/COBOL/hello-world-newbie-4.cobol
Normal file
2
Task/Hello-world-Newbie/COBOL/hello-world-newbie-4.cobol
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$ ./hello
|
||||
Hello, World!
|
||||
Loading…
Add table
Add a link
Reference in a new issue