Skip to content

Commit 532128f

Browse files
committed
delete //
1 parent 35c1d40 commit 532128f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

qingsongxueAlgorithm/src/me/algorithm/ch02/extend/HanoiTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ private static void move(char A,char C){
2424
}
2525
public static void main(String[] args){
2626
hanoi(3,'A','B','C');
27-
// System.out.println("--->");
2827
}
2928
}

0 commit comments

Comments
 (0)