Starting stack

This commit is contained in:
2026-03-15 20:31:36 -06:00
commit 2f6fa60665
6 changed files with 233 additions and 0 deletions

8
include/stack.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef STACK_H
#define STACK_H
class Stack {
};
#endif // !ST