Skip to content

Commit

Permalink
Rename LastNonZeroDigit to TheLastNonZeroDigit
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed Apr 13, 2017
1 parent a816d98 commit 1be6f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UVa/TheLastNonZeroDigit.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import java.util.Scanner;

public class LastNonZeroDigit {
public class TheLastNonZeroDigit {

public static void main(String[] args) {
Scanner input = new Scanner(System.in);
Expand Down

0 comments on commit 1be6f19

Please sign in to comment.