qSniff/source/qSniff.cpp

9 lines
106 B
C++

#include <iostream>
int main(int argc, char **argv)
{
std::cout << "qSniff" << std::endl;
return 0;
}