code:Установка динамических библиотек

Этот коммит содержится в:
2025-05-08 20:18:03 +03:00
родитель 2f22e192b3
Коммит 83e2103ca7

Просмотреть файл

@@ -4,6 +4,8 @@
#include "svg.h"
#include "text.h"
#include <string>
#include <curl/curl.h>
using namespace std;
@@ -40,6 +42,7 @@ Input input_data(istream& in_stream, bool prompt) {
int main(int argc, char* argv[]) {
curl_global_init(CURL_GLOBAL_ALL);
bool prompt = true;
auto in = input_data(cin, prompt);
auto bins = make_histogram(in.numbers, in.bin_count);