Skip to content

Commit b549dbc

Browse files
committed
removed main
1 parent 7623de9 commit b549dbc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/thealgorithms/puzzlesandgames/NumberGuess.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,4 @@ public static void playGame() {
5151

5252
sc.close();
5353
}
54-
55-
public static void main(String[] args) {
56-
playGame();
57-
System.out.println("\nThanks for playing! 👋");
58-
}
5954
}

0 commit comments

Comments
 (0)