code Cleanup
This commit is contained in:
@@ -11,7 +11,7 @@ public class HanoiServer implements CommandExecutor {
|
||||
} else if (n > 1) {
|
||||
moveDisk(n - 1, from, help, to, result);
|
||||
result.append("Lege die oberste Scheibe von Turm " + from + " auf Turm " + to + "\n");
|
||||
moveDisk(n-1, help, to, from, result);
|
||||
moveDisk(n - 1, help, to, from, result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user