Skip to content

Commit

Permalink
add missing new line in docs for n and H instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aspwil committed Nov 18, 2020
1 parent 3264139 commit ce237f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ndballsim/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public static void main(String[] args) {
+ "a :an apioform joins the hive, increasing the have value by 1\n"
+ "f :an apioform leaves the hive to polinate flowers, decreasing the value of the hive by 1\n"
+ "q :the queen leaves the hive, taking all apioforms with her, hive value is now 0\n"
+ "n :nector attract apioforms to or away from the hive untill its value matches the ball"
+ "H :the hive itself, when run into the ball`s value becomes the hive value"
+ "n :nector attract apioforms to or away from the hive untill its value matches the ball\n"
+ "H :the hive itself, when run into the ball`s value becomes the hive value\n"
+ "SPECIAL INSTR:\n"
+ "E end program\n"
+ "\n"
Expand Down

0 comments on commit ce237f5

Please sign in to comment.