Files
Training-Coding-Interview/Parser/Expression/Expression.h
2025-10-15 17:20:56 +02:00

3 lines
40 B
C++

namespace Parser{
struct Expression{};
}