From 4455c445725f68c6764d0e8b731d2d68db13beb9 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 9 Dec 2017 20:43:40 +0330 Subject: obfuscator can remove comments now. it can handle some hairy stuff. its better than vim's syntax highlighter anyways --- test/bruisertest/test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/bruisertest/test.cpp b/test/bruisertest/test.cpp index 9b0ce2f..034a8ef 100644 --- a/test/bruisertest/test.cpp +++ b/test/bruisertest/test.cpp @@ -42,7 +42,9 @@ int main(int argc, const char **argv) int hubba; /* * */ + /* "//" \\ \\\\ // */ //std::cout << "//" << "/**/" << "\n"; + int/***/ cucu; #if 0 std::ofstream myfile; myfile.open("./touch"); -- cgit v1.2.3