index
:
resp.git
llvm7
master
Resp programming language
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ack.tpr
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'ack.tpr')
-rw-r--r--
ack.tpr
2
1 files changed, 1 insertions, 1 deletions
diff --git a/ack.tpr b/ack.tpr
index 567a360..1fe38d5 100644
--- a/
ack.tpr
+++ b/
ack.tpr
@@ -4,5 +4,5 @@
(= 0 n) (ack (- m 1) 1)
(ack (- m 1) (ack m (- n 1))))))
-(ack 3 12)
+(ack 3 10)