8 lines
No EOL
123 B
C++
8 lines
No EOL
123 B
C++
#include "graph.hpp"
|
|
#include <stdio.h>
|
|
int main()
|
|
{
|
|
graphVertex<int,std::string> gv;
|
|
printf("OK");
|
|
return 0;
|
|
} |