diff --git a/crawler/spiderTest.cpp b/crawler/spiderTest.cpp new file mode 100644 index 0000000000000000000000000000000000000000..520c65ab0d38ff220dd5df73802139d6a19ad972 --- /dev/null +++ b/crawler/spiderTest.cpp @@ -0,0 +1,22 @@ +#include <string> +#include <cassert> +#include <iostream> +#include "spider.h" + +using namespace std; + + +int main ( ) + { + + + + } + + +void robotsTest(){ + + + + + } \ No newline at end of file