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!");
}
}
......@@ -3,9 +3,14 @@ package Model;
public class Truck {
// Comment
public Truck() {
//Dev Kair
//20/11/2024
//1111111
//Dev Kair
// Some change with-out merge conflict
System.out.println("...");
}
public void MyTruck() {
......
......@@ -5,5 +5,9 @@ public class Program {
//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