RosettaCodeData/Task/HTTPS/Ol/https.ol
2023-07-01 13:44:08 -04:00

5 lines
97 B
Text

(import (lib curl))
(define curl (make-curl))
(curl 'url "https://www.w3.org/")
(curl 'perform)