4 lines
90 B
Text
4 lines
90 B
Text
|
|
int main() {
|
||
|
|
write("%s\n", Protocols.HTTP.get_url_data("https://sourceforge.net"));
|
||
|
|
}
|