initial
This commit is contained in:
commit
b68b5e1a55
8
shortProgram.cob
Normal file
8
shortProgram.cob
Normal file
@ -0,0 +1,8 @@
|
||||
000010 IDENTIFICATION DIVISION.
|
||||
000020 PROGRAM-ID. ShortestProgram.
|
||||
000030 AUTHOR. Wolfgang Hottgenroth.
|
||||
000040 PROCEDURE DIVISION.
|
||||
000050 DisplayPrompt.
|
||||
000060 DISPLAY "I did it".
|
||||
000070 STOP RUN.
|
||||
|
2
startCompilerContainer.sh
Executable file
2
startCompilerContainer.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
docker run -it --rm -v $PWD:/work registry.gitlab.com/wolutator/cobol-docker bash
|
Loading…
x
Reference in New Issue
Block a user