Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanakushnir committed Nov 29, 2024
1 parent a0bf9de commit 668cb1b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/main/java/org/test/example/Main1.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public static void main(String[] args) throws Exception{
System.out.println("Hello world!");
int i = 0;
boolean f;
boolean f2;

if (i==0){
f = true;
Expand All @@ -25,6 +24,24 @@ private static String getPassword(){
}


private static String get(){
return "";
}



private static String get2(){
return "";
}




private static String get3(){
return "";
}


private static String getPassword2(){
String password = "askjdhk";
return password;
Expand Down

0 comments on commit 668cb1b

Please sign in to comment.