about summary refs log tree commit diff
path: root/others/volume1/001.scm
diff options
context:
space:
mode:
Diffstat (limited to 'others/volume1/001.scm')
-rw-r--r--others/volume1/001.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/others/volume1/001.scm b/others/volume1/001.scm
index 4e6573b..93f3f89 100644
--- a/others/volume1/001.scm
+++ b/others/volume1/001.scm
@@ -1,2 +1 @@
-(display (let ((a (read)) (b (read))) (exact->inexact (/ (+ a b) 2))))
-(newline)
+(format #t "~a\n" (exact->inexact (/ (+ (read) (read)) 2)))