main
1namespace jive
2{
3  public class EmptyCommand : Command
4  {
5    public void run()
6    {
7    }
8  }
9}