8 lines
151 B
C++
8 lines
151 B
C++
#include "NetworkScanner.h"
|
|
#include <iostream>
|
|
|
|
void NetworkScanner::scan()
|
|
{
|
|
std::cout << "Called the C++ Network scanner class" << std::endl;
|
|
}
|