Added Qcl

Fixes: #547
Co-Authored-By: seemarora <seemarora@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-04-01 04:53:04 +13:00
parent e46f917916
commit 2c0786e6a0
2 changed files with 2 additions and 0 deletions

View File

@@ -462,6 +462,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Python3](p/python3.py)
* [Q](q/q.q)
* [Qbasic](q/Qbasic.bas)
* [Qcl](q/qcl.qcl)
* [Qore](q/qore.q)
* [Qu](q/qu.qu)
* [Quakec](q/QuakeC.qc)

1
q/qcl.qcl Normal file
View File

@@ -0,0 +1 @@
print "Hello World";