#include "../vmake.hpp" #include using namespace std; int main() { vmake::output(cout, vmake::nothing()); return 0; }