This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ITCS-4182/common/include/types.hpp

5 lines
74 B
C++

#pragma once
using Gens=std::vector<int>;
using Table=std::vector<Gens>;