9 lines
66 B
C++
9 lines
66 B
C++
#ifndef STACK_H
|
|
#define STACK_H
|
|
|
|
class Stack {
|
|
|
|
};
|
|
|
|
#endif // !ST
|