diff --git a/pom.xml b/pom.xml
index 330b44a..56cd706 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,6 @@
11
11
bogdanakushnir
- https://sonarcloud.io
+ https://squad-3-core.sc-dev.io
diff --git a/src/main/java/org/test/example/Main1.java b/src/main/java/org/test/example/Main1.java
new file mode 100644
index 0000000..21b82c0
--- /dev/null
+++ b/src/main/java/org/test/example/Main1.java
@@ -0,0 +1,20 @@
+package org.test.example;
+
+public class Main1 {
+ 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 = getPassword();
+// System.out.println(p1);
+ }
+
+}