@ -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);