using System;
public class DesignPatternsOnRamp
{
public static void Main()
// Observer
// Proxy
// Iterator
// Chain of Responsibility
// Facade
// Factory
// Decorator
// Adapter
}