Execute SNUSP/Java: Difference between revisions

m
No one needs that enum but the code pointer
m (<lang>)
m (No one needs that enum but the code pointer)
Line 217:
return retVal;
}
private enum Direction{
UP,DOWN,LEFT,RIGHT;
}
Anonymous user