#include #include int main(int argc, char* argv[]) { Graph g{ "one", "two", "three" }; return EXIT_SUCCESS; }