From 0f9db2ab4b55c237729602144b3e5d45b4dcda20 Mon Sep 17 00:00:00 2001 From: calgary34 <51468959+calgary34@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:01:49 -0700 Subject: [PATCH] Add Qalb (#1251) * Create Qalb * Update readme.md --- q/Qalb | 1 + readme.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 q/Qalb diff --git a/q/Qalb b/q/Qalb new file mode 100644 index 0000000..8e05abe --- /dev/null +++ b/q/Qalb @@ -0,0 +1 @@ +(قول "Hello World") diff --git a/readme.md b/readme.md index d8130ec..d9cf857 100644 --- a/readme.md +++ b/readme.md @@ -666,6 +666,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Python 2](p/Python%202.py) * [Python 3](p/Python%203.py) * [Q](q/Q.q) +* [Qalb](q/Qalb) * [QBasic](q/QBasic.bas) * [QCL](q/QCL.qcl) * [Qore](q/Qore.q)