Skip to content

Commit

Permalink
Remove package declaration at ArchaeologistsDilemma
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed May 27, 2017
1 parent e20c1d1 commit ce08469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions UVa/ArchaeologistsDilemma.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package uva;

/**
* An archeologist seeking proof of the presence of extraterrestrials in the Earth’s past, stumbles upon a
* partially destroyed wall containing strange chains of numbers. The left-hand part of these lines of digits
Expand Down
2 changes: 1 addition & 1 deletion UVa/CoconutsRevisited.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

public class CoconutsRevisited {

static void solve() throws Exception {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int i, rez, j;
boolean isValid;
Expand Down

0 comments on commit ce08469

Please sign in to comment.