Potapov N.S. LabWork01 #1

Closed
ns.potapov wants to merge 5 commits from LabWork01 into master
Showing only changes of commit 024c9f863b - Show all commits

6
Direction.java Normal file
View File

@ -0,0 +1,6 @@
public enum Direction {
Up,
Down,
Left,
Right
}