Skip to content

Commit

Permalink
testing short-lived branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanakushnir committed Oct 27, 2023
1 parent df6992b commit 1dabd05
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions src/main/java/org/test/example/MainSLBranch.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
package org.test.example;

public class MainSLBranch {
public static void main(String[] args) throws Exception{
long j =02343533;
String s;
System.out.println("Hello world!");
int i = 0;
boolean f;

if (i==0){
f = true;
}

String p;
String p1;

}

public static void main1(String[] args) throws Exception{
long j =02343533;
String s;
System.out.println("Hello world!");
int i = 0;
boolean f;

if (i==0){
f = true;
}

String p;
String p1;

}

private static void main2() {
long j =02343533;
String s;
System.out.println("Hello world!");
System.out.println("Hello world!");
System.out.println("Hello world!");
int i = 0;
boolean f;

if (i==0){
f = true;
}

String p;
String p1;

}
}

0 comments on commit 1dabd05

Please sign in to comment.