diff options
Diffstat (limited to 'obfuscator/test')
| -rw-r--r-- | obfuscator/test/test.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/obfuscator/test/test.cpp b/obfuscator/test/test.cpp index dc4b709..83c55e4 100644 --- a/obfuscator/test/test.cpp +++ b/obfuscator/test/test.cpp @@ -1,4 +1,5 @@  #include "./header.hpp" +//#include <iostream>  #if 0  #include <fstream> @@ -59,6 +60,7 @@ int main(int argc, const char **argv)  #endif    int aa = 100;    int bb = 28; +  //std::cout << "maybe i passed the test.";    INTMAC1;    INTMAC2; | 
