8000 Remove package declaration at ArchaeologistsDilemma · zwxalgorithm/interviews@ce08469 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce08469

Browse files
committed
Remove package declaration at ArchaeologistsDilemma
1 parent e20c1d1 commit ce08469

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

UVa/ArchaeologistsDilemma.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package uva;
2-
31
/**
42
* An archeologist seeking proof of the presence of extraterrestrials in the Earth’s past, stumbles upon a
53
* partially destroyed wall containing strange chains of numbers. The left-hand part of these lines of digits

UVa/CoconutsRevisited.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
public class CoconutsRevisited {
4141

42-
static void solve() throws Exception {
42+
public static void main(String[] args) {
4343
Scanner input = new Scanner(System.in);
4444
int i, rez, j;
4545
boolean isValid;

0 commit comments

Comments
 (0)
0