This website requires JavaScript.
Explore
Help
Register
Sign In
Victoria_Presnyakova
/
Pibd-22_Presnyakova.V.V_Catamaran_Hard
Watch
1
Star
0
Fork
0
You've already forked Pibd-22_Presnyakova.V.V_Catamaran_Hard
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Lab_3
Pibd-22_Presnyakova.V.V_Cat...
/
Direction.java
9 lines
117 B
Java
Raw
Permalink
Normal View
History
Unescape
Escape
full 1
2022-12-05 00:55:23 +04:00
public
enum
Direction
{
Up
(
1
)
,
Down
(
2
)
,
Left
(
3
)
,
2
2022-12-05 02:29:28 +04:00
Right
(
4
)
,
None
(
0
)
;
full 1
2022-12-05 00:55:23 +04:00
Direction
(
int
value
)
{
}
}
Reference in New Issue
Copy Permalink