#include #include "Block/block.h" int main(int argc, char **argv) { std::cout << "Hello, world!" << std::endl; Volumes::Block block; return 0; }