This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/ex11/ex11.cpp
2021-12-09 23:04:48 +08:00

8 lines
123 B
C++

#include "graph.hpp"
#include <stdio.h>
int main()
{
graphVertex<int,std::string> gv;
printf("OK");
return 0;
}