4 lines
52 B
Java
Raw Normal View History

2022-09-24 17:19:00 +04:00
public enum Direction {
Up, Down, Left, Right
}