RosettaCodeData/Task/HTTPS/PicoLisp/https.l
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
128 B
Common Lisp

(in '(curl "https://sourceforge.net") # Open a pipe to 'curl'
(out NIL (echo)) ) # Echo to standard output