diff --git a/cs-project3.cpp b/cs-project3.cpp index 8f06dbd..f046d8e 100644 --- a/cs-project3.cpp +++ b/cs-project3.cpp @@ -3,6 +3,7 @@ #include "histogram.h" #include "text.h" #include "histogram_internal.h" +#include "svg.h" using namespace std; @@ -29,6 +30,6 @@ input_data() { int main() { Input in = input_data(); auto bins = make_histogram(in.numbers, in.bin_count); - show_histogram_text(bins); + show_histogram_svg(bins); return 0; } \ No newline at end of file