Files
CPP-Stack/include/stack.h

9 lines
66 B
C
Raw Normal View History

2026-03-15 20:31:36 -06:00
#ifndef STACK_H
#define STACK_H
class Stack {
};
#endif // !ST