From fdc794f5dc9de5b55fff71939ee4374ea38efa8f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Mar 2009 18:47:32 +0000 Subject: Compile things into separate build dir. Move .tpr files to test dir. git-svn-id: http://svn.drobilla.net/resp/tuplr@109 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- fac.tpr | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 fac.tpr (limited to 'fac.tpr') diff --git a/fac.tpr b/fac.tpr deleted file mode 100644 index 77e4776..0000000 --- a/fac.tpr +++ /dev/null @@ -1,7 +0,0 @@ -; Factorial -(def fac (fn (n) - (if (= 0 n) 1 - (* n (fac (- n 1)))))) - -(fac 5) - -- cgit v1.2.1