Compare commits
2 Commits
9d759639b9
...
945a097fa7
Author | SHA1 | Date | |
---|---|---|---|
|
945a097fa7 | ||
|
2e6417f11f |
|
@ -2,5 +2,5 @@ IDENTIFICATION DIVISION.
|
||||||
PROGRAM-ID. HELLOWORLD.
|
PROGRAM-ID. HELLOWORLD.
|
||||||
|
|
||||||
PROCEDURE DIVISION.
|
PROCEDURE DIVISION.
|
||||||
DISPLAY "Hello World in COBOL!".
|
DISPLAY "Hello World!".
|
||||||
STOP RUN.
|
STOP RUN.
|
3
cobol/test.sh
Executable file
3
cobol/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cobc -x -free helloworld.cbl
|
||||||
|
./helloworld
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!--"runs" successfully-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
2
html/test.sh
Executable file
2
html/test.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
firefox helloworld.html
|
Loading…
Reference in New Issue
Block a user