Commit ae1c1677 authored by Kair's avatar Kair

Merge branch 'feature/feature-of-kair' into 'dev'

Feature/feature of kair

See merge request !2
parents 10870bce ecf0a9e0
package Model;
public class Hello {
public static void main(String[] args) {
//By zhenya
System.out.println("Hello, world!");
}
}
...@@ -3,8 +3,13 @@ package Model; ...@@ -3,8 +3,13 @@ package Model;
public class Truck { 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("...");
} }
} }
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