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