aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/ee2361/TEST.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'OLD/ee2361/TEST.cpp')
-rw-r--r--OLD/ee2361/TEST.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/OLD/ee2361/TEST.cpp b/OLD/ee2361/TEST.cpp
deleted file mode 100644
index b59631c..0000000
--- a/OLD/ee2361/TEST.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <iostream>
-int xorMask(int Byte) {
- Byte = Byte ^ 8;
- return Byte;
-}
-
-int main() {
- int a = xorMask(15);
- std::cout << a << std::endl;
- return 0;
-} \ No newline at end of file