You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider using logging with log4j, instead of System.out.println everywhere. Only use System.out.print for actual output produced from Brainfuck program.
The amount of logging needs to be overlooked as well.
The text was updated successfully, but these errors were encountered:
Consider using logging with log4j, instead of
System.out.println
everywhere. Only useSystem.out.print
for actual output produced from Brainfuck program.The amount of logging needs to be overlooked as well.
The text was updated successfully, but these errors were encountered: