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.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/others/volume1/001.scm b/others/volume1/001.scm
new file mode 100644
index 0000000..4e6573b
--- /dev/null
+++ b/others/volume1/001.scm
@@ -0,0 +1,2 @@
+(display (let ((a (read)) (b (read))) (exact->inexact (/ (+ a b) 2))))
+(newline)