From 7d19f480637e9e880b98dabfbcf8e885b0a2d3b9 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Tue, 21 Feb 2017 21:09:39 +0700 Subject: Update others/volume1 --- others/volume1/001.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'others/volume1/001.scm') 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))) -- cgit 1.4.1