#include #include "include/praktable.hpp" #include "include/prakphys.hpp" using table = prak::table; using f64p = prak::pvalue; using f64v = std::vector; using vecarg = const std::vector &; using argvec = const std::vector &; void ex1(std::string file) { table t(file); } int main() { ex1("data"); return 0; }