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
af8588ec
Commit
af8588ec
authored
Nov 20, 2024
by
Kaledin Evgenii
🚬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make class hello in model
parent
029cbca8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Hello.java
Model/Hello.java
+8
-0
No files found.
Model/Hello.java
0 → 100644
View file @
af8588ec
package
Model
;
public
class
Hello
{
public
static
void
main
(
String
[]
args
)
{
//By zhenya
System
.
out
.
println
(
"Hello, world!"
);
}
}
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