cleanup repo
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#ifndef AND
|
||||
#define AND
|
||||
|
||||
class and : public gate {
|
||||
//TODO
|
||||
};
|
||||
|
||||
#endif // !AND
|
@@ -1,8 +0,0 @@
|
||||
#ifndef NOT
|
||||
#define NOT
|
||||
|
||||
class not : public gate {
|
||||
//TODO
|
||||
};
|
||||
|
||||
#endif // !NOT
|
Reference in New Issue
Block a user