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 */