diff --git a/Image_processing/lfr.cpp b/Image_processing/lfr.cpp new file mode 100644 index 0000000..9d72213 --- /dev/null +++ b/Image_processing/lfr.cpp @@ -0,0 +1,6 @@ +#include + +int main(void) +{ + std::cout<<"Hello world"; +} \ No newline at end of file