Skip to content

Commit 61cde7b

Browse files
authored
Update Maths/Gaussian.java
1 parent 9e1b93c commit 61cde7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maths/Gaussian.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ public static void main(String[] args) {
6464
System.out.print("x" + i + "=" + x[i][i]);
6565
System.out.println(" ");
6666
}
67+
}
6768

6869
}
69-
}

0 commit comments

Comments
 (0)