Compare commits

..

No commits in common. "945a097fa770d39f95e17a5b8a2c69d3a13e0360" and "9d759639b917d8f3367ee6c63308befac4b25b16" have entirely different histories.

4 changed files with 2 additions and 8 deletions

View File

@ -2,5 +2,5 @@ IDENTIFICATION DIVISION.
PROGRAM-ID. HELLOWORLD.
PROCEDURE DIVISION.
DISPLAY "Hello World!".
DISPLAY "Hello World in COBOL!".
STOP RUN.

View File

@ -1,3 +0,0 @@
#!/bin/bash
cobc -x -free helloworld.cbl
./helloworld

View File

@ -1,4 +1,3 @@
<!--"runs" successfully-->
<!DOCTYPE html>
<html>
<head>

View File

@ -1,2 +0,0 @@
#!/bin/bash
firefox helloworld.html