From 083beac92fcaf1144e3b073994bb312fd1680fee Mon Sep 17 00:00:00 2001 From: Aleks Bunin Date: Sat, 12 Aug 2017 12:24:35 -0400 Subject: [PATCH 1/3] Add Q (kdb+). --- README.md | 1 + q/q.q | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 q/q.q diff --git a/README.md b/README.md index 1a6ca89c..a12de8fe 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/q/q.q b/q/q.q new file mode 100644 index 00000000..abbcd286 --- /dev/null +++ b/q/q.q @@ -0,0 +1,3 @@ +-1 "Hello World!"; + +\ From 746155ae797bfe6a4e1c00d10062ea50d33a23ee Mon Sep 17 00:00:00 2001 From: Aleks Bunin Date: Sat, 12 Aug 2017 12:26:59 -0400 Subject: [PATCH 2/3] Removed extra lines. --- q/q.q | 2 -- 1 file changed, 2 deletions(-) diff --git a/q/q.q b/q/q.q index abbcd286..80dbc880 100644 --- a/q/q.q +++ b/q/q.q @@ -1,3 +1 @@ -1 "Hello World!"; - -\ From a635c8ee414e137b777f67e23bbf405393aa558b Mon Sep 17 00:00:00 2001 From: Aleks Bunin Date: Sun, 13 Aug 2017 20:30:53 -0400 Subject: [PATCH 3/3] Simplified. --- q/q.q | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q/q.q b/q/q.q index 80dbc880..cdeaded9 100644 --- a/q/q.q +++ b/q/q.q @@ -1 +1 @@ --1 "Hello World!"; +"Hello World!"