Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
(cherry picked from commit b727e8b)
  • Loading branch information
bogdanakushnir committed Feb 8, 2024
1 parent 3ff6786 commit 0cf41c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/org/test/example/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ public static void main(String[] args) throws Exception{
String p1 = getPassword();
System.out.println(p1);
}

private static String getPassword(){
String password = "askjdhk";
return password;
}
}

0 comments on commit 0cf41c0

Please sign in to comment.