Compare commits
2 Commits
9d759639b9
...
945a097fa7
Author | SHA1 | Date | |
---|---|---|---|
|
945a097fa7 | ||
|
2e6417f11f |
|
@ -2,5 +2,5 @@ IDENTIFICATION DIVISION.
|
|||
PROGRAM-ID. HELLOWORLD.
|
||||
|
||||
PROCEDURE DIVISION.
|
||||
DISPLAY "Hello World in COBOL!".
|
||||
STOP RUN.
|
||||
DISPLAY "Hello World!".
|
||||
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>
|
||||
<html>
|
||||
<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