4 lines
151 B
Common Lisp
4 lines
151 B
Common Lisp
(load "@lib/http.l")
|
|
|
|
(client "rosettacode.org" 80 NIL # Connect to rosettacode
|
|
(out NIL (echo)) ) # Echo to standard output
|