about summary refs log tree commit diff
path: root/others/volume1/001.scm
blob: 4e6573ba8601b83b6563b7dba77f7afc1bd9e3e7 (plain) (blame)
1
2
(display (let ((a (read)) (b (read))) (exact->inexact (/ (+ a b) 2))))
(newline)