4 lines
72 B
Common Lisp
4 lines
72 B
Common Lisp
(in "file.txt"
|
|
(make
|
|
(until (eof)
|
|
(link (line)) ) ) )
|