Skip to content

Commit

Permalink
Fix Build Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsinghc11 committed Sep 17, 2024
1 parent 32cb653 commit 4d70cce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/example/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class App {
public static void main(String[] args) {
String password1 = "gho_16C7e42F292c6912E7710c838347Ae178B4a";
String password = "fdsfdsfsdfsqfsdfdfqs1237"
String password = "fdsfdsfsdfsqfsdfdfqs1237";
System.out.println("Welcome to MGM DEMO");
System.out.println("Your password is: " + password);
}
Expand Down
Binary file modified target/classes/com/example/App.class
Binary file not shown.

0 comments on commit 4d70cce

Please sign in to comment.