Убрал поддиректорию

This commit is contained in:
2025-12-02 12:00:42 +00:00
parent 8b0c57db63
commit 49b18bc199
15 changed files with 1 additions and 1 deletions

6
src/csv_loader.hpp Normal file
View File

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