Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <fstream>
#include <string>
#include <windows.h>
using namespace std;
// Структура для зберігання даних про продукт
struct Product {
string name;