RosettaCodeData/Task/HTTP/D/http-1.d
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
87 B
D

void main() {
import std.stdio, std.net.curl;
writeln(get("http://google.com"));
}