MCPcopy Create free account
hub / github.com/careercup/ctci / Color

Enum Color

java/Chapter 8/Question8_8/Color.java:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package Question8_8;
2
3public enum Color {
4 White, Black
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected