Skip to content

Commit

Permalink
Initial commit (finally)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolf committed Dec 5, 2018
1 parent dff3cdf commit ddeabac
Show file tree
Hide file tree
Showing 7 changed files with 1,004 additions and 0 deletions.
Binary file added 01/helloworld
Binary file not shown.
6 changes: 6 additions & 0 deletions 01/helloworld.cob
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
*> Wow this is strange.
PROCEDURE DIVISION.
DISPLAY 'Hello world!'.
STOP RUN.
Binary file added 01/helloworld.o
Binary file not shown.
3 changes: 3 additions & 0 deletions 01/input-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
+14
-15
+7
Loading

0 comments on commit ddeabac

Please sign in to comment.