|
|
@ -4,6 +4,7 @@
|
|
|
|
#include "text.h"
|
|
|
|
#include "text.h"
|
|
|
|
#include "histogram_internal.h"
|
|
|
|
#include "histogram_internal.h"
|
|
|
|
#include "svg.h"
|
|
|
|
#include "svg.h"
|
|
|
|
|
|
|
|
#include <curl/curl.h>
|
|
|
|
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
using namespace std;
|
|
|
|
const size_t SCREEN_WIDTH = 80;
|
|
|
|
const size_t SCREEN_WIDTH = 80;
|
|
|
@ -41,6 +42,7 @@ Input input_data(istream& stream, bool prompt)
|
|
|
|
|
|
|
|
|
|
|
|
int main()
|
|
|
|
int main()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
curl_global_init(CURL_GLOBAL_ALL);
|
|
|
|
bool prompt = true;
|
|
|
|
bool prompt = true;
|
|
|
|
auto in = input_data(cin, prompt);
|
|
|
|
auto in = input_data(cin, prompt);
|
|
|
|
|
|
|
|
|
|
|
|