Files
CPP-Stack/include/stack.h
2026-03-15 20:31:36 -06:00

9 lines
66 B
C++

#ifndef STACK_H
#define STACK_H
class Stack {
};
#endif // !ST