ЛР 7 отчет

parent b85d01c6
......@@ -14,7 +14,7 @@ main(void)
fprintf(stderr, "Curl init failed!");
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);
......
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