From 9bd5bae654d1624f06187a5f60ec3f2cbdad8021 Mon Sep 17 00:00:00 2001 From: RybakovaSA Date: Thu, 1 May 2025 19:18:20 +0300 Subject: [PATCH] =?UTF-8?q?build:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=20=D1=80=D0=B5=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8E=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.cpp | 8 ++++++++ svg.h | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 svg.cpp create mode 100644 svg.h diff --git a/svg.cpp b/svg.cpp new file mode 100644 index 0000000..3fa8cd4 --- /dev/null +++ b/svg.cpp @@ -0,0 +1,8 @@ +// +// svg.cpp +// lab01 +// +// Created by Светлана Рыбакова on 01.05.2025. +// + +#include "svg.hpp" diff --git a/svg.h b/svg.h new file mode 100644 index 0000000..ddc4fd0 --- /dev/null +++ b/svg.h @@ -0,0 +1,12 @@ +// +// svg.h +// lab01 +// +// Created by Светлана Рыбакова on 01.05.2025. +// + +#ifndef svg_h +#define svg_h + + +#endif /* svg_h */