build: добавлено svg
Этот коммит содержится в:
3
main.cpp
3
main.cpp
@@ -5,6 +5,7 @@
|
||||
#include <fstream>
|
||||
#include "histogram.h"
|
||||
#include "text.h"
|
||||
#include "svg.h"
|
||||
using namespace std;
|
||||
|
||||
const size_t SCREEN_WIDTH = 80;
|
||||
@@ -43,7 +44,7 @@ int main()
|
||||
|
||||
auto bins = make_histogramm(in.numbers, in.bin_count);
|
||||
|
||||
show_histogramm(bins);
|
||||
show_histogram_svg(bins);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user