From 1a14106f9d46c7f4ce86a71104626cbfc39ee260 Mon Sep 17 00:00:00 2001 From: Varun Mundada Date: Thu, 31 Oct 2024 16:59:08 +0530 Subject: [PATCH] Delete hello_world.cob --- hello_world.cob | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 hello_world.cob diff --git a/hello_world.cob b/hello_world.cob deleted file mode 100644 index b147950..0000000 --- a/hello_world.cob +++ /dev/null @@ -1,5 +0,0 @@ - IDENTIFICATION DIVISION. - PROGRAM-ID. HelloWorld. - PROCEDURE DIVISION. - DISPLAY 'Hello, World!'. - STOP RUN.