5 lines
117 B
Scheme
5 lines
117 B
Scheme
|
|
(use http-client)
|
||
|
|
(print
|
||
|
|
(with-input-from-request "http://google.com/"
|
||
|
|
#f read-string))
|