#include #include "Buffer.h" int main() { Buffer buffer("hlo, world"); std::cout << buffer.Contents() << std::endl; }