7 lines
87 B
C++
7 lines
87 B
C++
|
#include "graph.hpp"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
graphVertex<int,std::string> gv;
|
||
|
return 0;
|
||
|
}
|