ЛР 7 отчет

parent b85d01c6
...@@ -14,7 +14,7 @@ main(void) ...@@ -14,7 +14,7 @@ main(void)
fprintf(stderr, "Curl init failed!"); fprintf(stderr, "Curl init failed!");
return 1; return 1;
} }
curl_easy_setopt(curl,CURLOPT_URL , "https://example.com"); curl_easy_setopt(curl,CURLOPT_URL , "https://wttr.in/?1A");
res = curl_easy_perform(curl); res = curl_easy_perform(curl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment