8000 Replace static void solve() throws Exception with public static void … · zwxalgorithm/interviews@9f534b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f534b5

Browse files
committed
Replace static void solve() throws Exception with public static void main(String[] args) at SimplyEmirp
1 parent 7049ef7 commit 9f534b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UVa/SimplyEmirp.java

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

3939
public class SimplyEmirp {
4040

41-
static void solve() throws Exception {
41+
public static void main(String[] args) {
4242
Scanner input = new Scanner(System.in);
4343
while (input.hasNext()) {
4444
String inputGiven = input.next();

0 commit comments

Comments
 (0)
0