Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
9731050
server
Commits
b08b1994
Commit
b08b1994
authored
5 years ago
by
9731050
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add main
parent
bb1c9258
master
No related merge requests found
Pipeline
#688
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
Main.java
src/Main.java
+1
-1
Server.java
src/Server.java
+0
-4
No files found.
src/Main.java
View file @
b08b1994
public
class
Main
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
Server
server
=
new
Server
(
1234
);
Server
server
=
new
Server
();
}
}
This diff is collapsed.
Click to expand it.
src/Server.java
View file @
b08b1994
...
...
@@ -15,10 +15,6 @@ public class Server {
serverSocket
.
setSoTimeout
(
1000
);
}
public
Server
(
int
i
)
{
}
public
void
run
()
{
while
(
true
)
{
try
{
...
...
This diff is collapsed.
Click to expand it.
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