Skip to content

Commit 6797ca1

Browse files
authored
Update MagicSquareDriver.java
1 parent 563da07 commit 6797ca1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

MagicSquareDriver.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/*
2-
* Created by: liron mizrhai
3-
* required Classes: MagicSquare
4-
* if you find any bugs at the test please tell me :)
5-
*/
1+
//*******************************************************
2+
// MagicSquareDriver.java
3+
// Required Classes: MagicSquare
4+
// Author: liron mizrahi
5+
//*******************************************************
66
public class MagicSquareDriver
77
{
88
private static int testNumber = 0;
@@ -79,8 +79,7 @@ public static void main(String[] args)
7979
test(MagicSquare.isMagicSquare(mat2));
8080
System.out.println("---mat3---");
8181
test(!MagicSquare.isMagicSquare(mat3));
82-
83-
}
82+
}// end of main method
8483

8584
private static void test(boolean testCondition)
8685
{

0 commit comments

Comments
 (0)