Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
K
KairDedmo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AJ-9
KairDedmo
Commits
74583af9
Commit
74583af9
authored
Nov 20, 2024
by
Aibek
👁
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
bb4a2236
ae1c1677
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
Hello.java
Model/Hello.java
+8
-0
Truck.java
Model/Truck.java
+8
-3
No files found.
Model/Hello.java
0 → 100644
View file @
74583af9
package
Model
;
public
class
Hello
{
public
static
void
main
(
String
[]
args
)
{
//By zhenya
System
.
out
.
println
(
"Hello, world!"
);
}
}
Model/Truck.java
View file @
74583af9
...
...
@@ -3,8 +3,13 @@ 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
(
"..."
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment