summaryrefslogtreecommitdiffstats
path: root/one/five.scm
diff options
context:
space:
mode:
Diffstat (limited to 'one/five.scm')
-rw-r--r--one/five.scm13
1 files changed, 0 insertions, 13 deletions
diff --git a/one/five.scm b/one/five.scm
deleted file mode 100644
index fe7a463..0000000
--- a/one/five.scm
+++ /dev/null
@@ -1,13 +0,0 @@
-;;; Under Creative Commons Attribution-ShareAlike 4.0
-;;; International. See
-;;; <https://creativecommons.org/licenses/by-sa/4.0/>.
-
-(define-module (one five)
- #:export (p test))
-
-(define (p) (p))
-
-(define (test x y)
- (if (= x 0)
- 0
- y))