Skip to content

Commit

Permalink
Replace static void solve() throws Exception with public static void …
Browse files Browse the repository at this point in the history
…main(String[] args) at SimplyEmirp
  • Loading branch information
fatosmorina committed May 27, 2017
1 parent 7049ef7 commit 9f534b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UVa/SimplyEmirp.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

public class SimplyEmirp {

static void solve() throws Exception {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
while (input.hasNext()) {
String inputGiven = input.next();
Expand Down

0 comments on commit 9f534b5

Please sign in to comment.