Add missing newline

This commit is contained in:
Justin Ethier 2018-02-02 14:28:20 +00:00
parent 4db530d7e4
commit b2a1de3a68

View file

@ -24,6 +24,7 @@
(display "- - -") (display "- - -")
(newline)) (newline))
(display (substring line 1 (string-length line))) (display (substring line 1 (string-length line)))
(newline)
) )
(loop)))) (loop))))
(loop) (loop)