Merge pull request #424 from sashkab/q

Add Q (kdb+).
This commit is contained in:
Mike Donaghy
2017-08-18 11:50:47 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -380,6 +380,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Pyret](p/pyret.arr)
* [Python](p/python.py)
* [Python3](p/python3.py)
* [Q](q/q.q)
* [Qbasic](q/Qbasic.bas)
* [Qore](q/qore.q)
* [Qu](q/qu.qu)

1
q/q.q Normal file
View File

@@ -0,0 +1 @@
"Hello World!"