RosettaCodeData/Task/HTTPS/Ol/https.ol

6 lines
97 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(import (lib curl))
(define curl (make-curl))
(curl 'url "https://www.w3.org/")
(curl 'perform)