@@ -91,6 +91,9 @@ void bfuck_parser(char *input)
case ' ':
break;
case '\n':
default:
printf("%c", *p);
die("Invalid operant!");
The note is not visible to the blocked user.