4 lines
87 B
D
4 lines
87 B
D
void main() {
|
|
import std.stdio, std.net.curl;
|
|
writeln(get("http://google.com"));
|
|
}
|