namespace BitterlyAndExclamationMarkContracts.Enums; [Flags] public enum Ingredients { None = 0, Meat = 1, Milk = 2, Peanut = 4 }