Starting stack
This commit is contained in:
8
include/stack.h
Normal file
8
include/stack.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef STACK_H
|
||||
#define STACK_H
|
||||
|
||||
class Stack {
|
||||
|
||||
};
|
||||
|
||||
#endif // !ST
|
||||
Reference in New Issue
Block a user