class interface CMD_HELLO_QUIT

creation
   make (p: G)
      --  Create.


feature(s) from GUI_COMMAND
   execute
      --  Command



end of CMD_HELLO_QUIT