@@ -147,11 +147,11 @@ void debug() {
int main(int argc, char *argv[]) {
// #ifdef NDEBUG
if (argc == 2 && strcpy(argv[1], "-debug")) {
// repl();
debug();
// #else
} else {
repl();
// #endif
}
return 0;
The note is not visible to the blocked user.