RosettaCodeData/Task/HTTP/D/http-1.d

5 lines
87 B
D

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