From f7e2afa797ba8590d8bd15579e062269368fabd1 Mon Sep 17 00:00:00 2001 From: VinogradovMA Date: Thu, 1 May 2025 01:51:34 +0300 Subject: [PATCH] code:svg_3[5] --- svg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.cpp b/svg.cpp index 53d2e85..332868a 100644 --- a/svg.cpp +++ b/svg.cpp @@ -18,5 +18,5 @@ void show_histogram_svg(const std::vector& bins) { svg_end(); } void svg_text(double left, double baseline, std::string text) { - std::cout << "anything you want"; + std::cout << "" << text<<""; }