cleanup repo

This commit is contained in:
Joel Beckmeyer 2017-04-06 13:38:51 -04:00
parent 7ccf8ef646
commit f8849ef25a
7 changed files with 0 additions and 24 deletions

View File

View File

@ -1,8 +0,0 @@
#ifndef AND
#define AND
class and : public gate {
//TODO
};
#endif // !AND

View File

View File

@ -1,8 +0,0 @@
#ifndef NOT
#define NOT
class not : public gate {
//TODO
};
#endif // !NOT

View File

View File

@ -1,8 +0,0 @@
#ifndef OR
#define OR
class or : public gate {
//TODO
};
#endif // !OR

0
test
View File