import libcurl
    
    let curl = easy_init()
    let code = easy_setopt(curl, OPT_URL)
    

How can I do after that?

How can I get tha data from some 
"[http://example.com";](http://forum.nim-lang.org///example.com";)?

Reply via email to