RosettaCodeData/Task/Read-entire-file/Scheme/read-entire-file-2.ss
2023-07-01 13:44:08 -04:00

1 line
45 B
Scheme

(with-input-from-file "foo.txt" read-string)