Skip to content

Commit

Permalink
corrected file name
Browse files Browse the repository at this point in the history
  • Loading branch information
nezam committed Mar 7, 2018
1 parent 934877f commit f680efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions negtativeTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* negtativeTest
* negativeTest
*/
public class negtativeTest {
public class negativeTest {

public static void main(String[] args) {
int sum=0;
Expand All @@ -15,4 +15,4 @@ public static void main(String[] args) {
System.out.println(sum);

}
}
}

0 comments on commit f680efd

Please sign in to comment.