Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JerePrograma/FullStackEgg
/ Color
Enum
Color
Etapa3Relaciones/Ejercicio3Extra/src/enums/Color.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
enums;
2
3
public
enum Color {
4
ROJO, VERDE, BLANCO, AMARILLO;
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected