mirror of
https://github.com/github/semantic.git
synced 2024-12-24 15:35:14 +03:00
5 lines
38 B
Java
5 lines
38 B
Java
|
enum Colour
|
||
|
{
|
||
|
RED, GREEN, BLUE;
|
||
|
}
|