Commit 2136d64b authored by Kair's avatar Kair

Merge branch 'dev' of https://git.attractor-school.com/aj-9/25 into dev_kair2

parents 28e05d0c 74583af9
package Model;
public class Hello {
public static void main(String[] args) {
//By zhenya
System.out.println("Hello, world!");
}
}
...@@ -4,8 +4,13 @@ public class Truck { ...@@ -4,8 +4,13 @@ public class Truck {
// Comment // Comment
public Truck() { public Truck() {
//Dev Kair //Dev Kair
//20/11/2024
//1111111
// Some change with-out merge conflict
System.out.println("...");
} }
public void MyTruck() { public void MyTruck() {
......
...@@ -5,5 +5,9 @@ public class Program { ...@@ -5,5 +5,9 @@ public class Program {
//This is my new dev branch //This is my new dev branch
//// ////
//коммент от Айбека //коммент от Айбека
//Ок ок ок
System.out.println("Работа с тикетами )");
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment