diff --git a/TinySTL/Stack.h b/TinySTL/Stack.h new file mode 100644 index 0000000..c26b3f3 --- /dev/null +++ b/TinySTL/Stack.h @@ -0,0 +1,7 @@ +#ifndef _STACK_H_ +#define _STACK_H_ + +namespace TinySTL{ + +} +#endif \ No newline at end of file