Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
police and thief
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
9731075
police and thief
Commits
9105f0f6
Commit
9105f0f6
authored
Apr 15, 2019
by
hosein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Police -> Police | constractor added!
parent
a6054093
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
Police.java
src/Police.java
+14
-0
No files found.
src/Police.java
0 → 100644
View file @
9105f0f6
public
class
Police
{
private
int
x
,
y
;
private
static
boolean
see
;
Police
(
int
x
,
int
y
)
{
this
.
x
=
x
;
this
.
y
=
y
;
see
=
false
;
}
}
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