10 lines
133 B
C++
10 lines
133 B
C++
|
|
#include <iostream>
|
|
#include "BMP.h"
|
|
using namespace std;
|
|
|
|
int main(int argc, char * argv[])
|
|
{
|
|
cout << "edge-detect" << endl;
|
|
}
|