Compare commits
No commits in common. "945a097fa770d39f95e17a5b8a2c69d3a13e0360" and "9d759639b917d8f3367ee6c63308befac4b25b16" have entirely different histories.
945a097fa7
...
9d759639b9
|
@ -2,5 +2,5 @@ IDENTIFICATION DIVISION.
|
||||||
PROGRAM-ID. HELLOWORLD.
|
PROGRAM-ID. HELLOWORLD.
|
||||||
|
|
||||||
PROCEDURE DIVISION.
|
PROCEDURE DIVISION.
|
||||||
DISPLAY "Hello World!".
|
DISPLAY "Hello World in COBOL!".
|
||||||
STOP RUN.
|
STOP RUN.
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
cobc -x -free helloworld.cbl
|
|
||||||
./helloworld
|
|
|
@ -1,4 +1,3 @@
|
||||||
<!--"runs" successfully-->
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
firefox helloworld.html
|
|
Loading…
Reference in New Issue
Block a user