using System;
public class Program
{
public static void Main()
Console.WriteLine(Codes.yellow);
}
internal enum Codes
black,
brown,
red,
orange,
yellow,
green,
blue,
violet,
grey,
white