I am trying to compile next code:

import std.net.curl;
import std.stdio;

void main()
{
        writeln(get("https://google.com/";));
}

and got next error http://www.everfall.com/paste/id.php?y37dr6qmu54h

Reply via email to