#include <iostream>
#include <cstddef>
#include "Stack.hpp"
#include "Node.hpp"
ADT Stack implementation.