Skip to content

Instantly share code, notes, and snippets.

@literally1984
Created June 26, 2021 18:45
Show Gist options
  • Save literally1984/107dea984871b94e25f36dc3e514db23 to your computer and use it in GitHub Desktop.
Save literally1984/107dea984871b94e25f36dc3e514db23 to your computer and use it in GitHub Desktop.
Release notes for Character Cannon 1.2.0
Added a new integer that keeps count of how many times the characters have been printed. If they have been printed more than 120 times, a
new line will be printed and the integer will be reset to 0.
This change was implemented because previously, if this program were to be run on the Eclipse IDE and perhaps on other IDEs, and if a
character was printed a large amount of times (e.g. 50,000 times), then just a blank line would printed instead of the characters because
the maximum amount of characters on a single line in the console would be exceeded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment