Skip to content

Commit

Permalink
Merge pull request #112 from simran0963/neubr
Browse files Browse the repository at this point in the history
Add hello world program in REXX programming language
  • Loading branch information
abhisek247767 authored Oct 24, 2024
2 parents 987c2ed + 23dec8d commit 9d17829
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hello_world.rexx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* Hello World program in REXX
More about REXX :
REXX programming language
REXX (Restructured Extended Executor) is a versatile, high-level programming language developed by IBM's Mike Cowlishaw1
. It's designed to be easy to learn and read, making it a great choice for scripting, macro languages, and application development1
. Here is a basic hello World program written in REXX.
*/

say 'Hello, World!'

0 comments on commit 9d17829

Please sign in to comment.