Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "Operation.h"
|
||||
|
||||
Operation::Operation(const OpType type, int a, int b):
|
||||
type{type}, a{a}, b{b}
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user