5 lines
96 B
Text
5 lines
96 B
Text
(define content (bytes->string
|
|
(vec-iter
|
|
(file->vector "file.txt"))))
|
|
|
|
(print content)
|