RosettaCodeData/Task/HTTP/Clojure/http-2.clj
2023-07-01 13:44:08 -04:00

4 lines
140 B
Clojure

(ns example
(:use [clojure.contrib.http.agent :only (string http-agent)]))
(println (string (http-agent "http://www.rosettacode.org/")))