mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
pkg(cobol-3.1.2): Adds cobol 3.1.2 (gnucobol) (#235)
This commit is contained in:
parent
65cbefa94e
commit
3355ffafb2
6 changed files with 47 additions and 0 deletions
8
packages/cobol/3.1.2/test.cob
vendored
Normal file
8
packages/cobol/3.1.2/test.cob
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
*> Test Program
|
||||
identification division.
|
||||
program-id. ok-test.
|
||||
|
||||
procedure division.
|
||||
display "OK"
|
||||
goback.
|
||||
end program ok-test.
|
Loading…
Add table
Add a link
Reference in a new issue