mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
Changed formatting of string to be easier to read
This commit is contained in:
@@ -42,9 +42,9 @@ public class Main {
|
||||
|
||||
console.print();
|
||||
|
||||
while (console.next()) {
|
||||
do {
|
||||
console.print();
|
||||
}
|
||||
} while (console.next());
|
||||
|
||||
console.print();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user