export * from './arrayStack';
export * from './linkedStack';
export * from './stack';
