Rename CobolScript to CobolScript.cbl (#958)

This commit is contained in:
MrBrain295
2021-04-05 21:35:02 -05:00
committed by GitHub
parent 2ba12c6194
commit 8ef9b4c84b
2 changed files with 1 additions and 1 deletions

6
c/CobolScript.cbl Normal file
View File

@@ -0,0 +1,6 @@
DISPLAY `Content-type: text/html `.
DISPLAY LINEFEED.
DISPLAY `<HTML><BODY>`.
DISPLAY `<CENTER>Hello World</CENTER>`.
DISPLAY `</BODY></HTML>`.
GOBACK.