feat: add tabulate but no test.

This commit is contained in:
2025-08-19 20:53:51 +08:00
parent a76f10722d
commit d52630ac5c
5 changed files with 408 additions and 1 deletions

View File

@ -0,0 +1,13 @@
#include <gtest/gtest.h>
#include <yycc.hpp>
#include <yycc/carton/tabulate.hpp>
#define TABULATE ::yycc::carton::tabulate
namespace yycctest::carton::tabulate {
TEST(CartonTabulate, Main) {
}
}