Skip to content

Commit cced593

Browse files
Merge pull request #23 from sathi7029/main-5
change the class name
2 parents 5186d0f + 03443d0 commit cced593

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
410 Bytes
Binary file not shown.

Correct Number Guess Game/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else if(inputno<Rando){
4242
}
4343

4444

45-
public class CorrectNoGuessGame {
45+
public class Game {
4646
public static void main(String[] args) {
4747
Game1 gaming=new Game1();
4848
boolean b=false;
1.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)