This commit is contained in:
Rafał Grodziński
2025-05-29 08:34:17 +09:00
parent 7c11a0aee1
commit e709102abc
4 changed files with 27 additions and 0 deletions

8
src/Expression.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef EXPRESSION_H
#define EXPRESSION_H
class Expression {
};
#endif