diff --git a/src/and.cpp b/src/and.cpp deleted file mode 100644 index e69de29..0000000 diff --git a/src/and.h b/src/and.h deleted file mode 100644 index e99a4ab..0000000 --- a/src/and.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef AND -#define AND - -class and : public gate { - //TODO -}; - -#endif // !AND diff --git a/src/not.cpp b/src/not.cpp deleted file mode 100644 index e69de29..0000000 diff --git a/src/not.h b/src/not.h deleted file mode 100644 index 2ccc35d..0000000 --- a/src/not.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef NOT -#define NOT - -class not : public gate { - //TODO -}; - -#endif // !NOT diff --git a/src/or.cpp b/src/or.cpp deleted file mode 100644 index e69de29..0000000 diff --git a/src/or.h b/src/or.h deleted file mode 100644 index 62d804a..0000000 --- a/src/or.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef OR -#define OR - -class or : public gate { - //TODO -}; - -#endif // !OR diff --git a/test b/test deleted file mode 100644 index e69de29..0000000