RosettaCodeData/Task/HTTPS/D/https.d
2023-07-01 13:44:08 -04:00

2 lines
59 B
D

auto data = get("https://sourceforge.net");
writeln(data);