Skip to content

Commit baa9b5b

Browse files
Update lessons/practise-question.md
Co-authored-by: Utkarsh Mishra <76392681+Utkarsh1504@users.noreply.github.com>
1 parent 270a223 commit baa9b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/practise-question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Now, after traversing the whole array fill the remaining positions of the array
1313
```java
1414
package main;
1515
import java.util.*;
16-
public class main {
16+
public class Main {
1717
public static void pushZerosToEnd(int[] arr, int n) {
1818
int count=0;
1919
for(int i=0;i<arr.length;i++)

0 commit comments

Comments
 (0)