Чтение данных

This commit is contained in:
2025-12-01 11:40:36 +00:00
commit 1ca544105e
6 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include <string>
#include <vector>
#include "record.hpp"
std::vector<Record> load_csv(const std::string& filename);