strange error with std.net.curl

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 4 09:40:07 PDT 2014


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


More information about the Digitalmars-d-learn mailing list